Skip to main content

Questions tagged [intersections]

For questions about calculating intersections using {tikz-pgf} or {pgfplots}, including PGF's `intersections` library.

2 votes
1 answer
70 views

How to horizontally align the dashed lines to the intersection point?

Edit: Solution has been found using the syntax I borrowed. It just involves changing the code pertaining to the horizontal line to \draw[dashed, line width=0.5mm] (0,0|-A) -- (A);. It's a simple ...
Atex's user avatar
  • 210
5 votes
2 answers
291 views

How to fix the color regions of this tikz figure?

I am trying to fix the blue region in the figure below but the white part is not completely filled yet. Here are the following Latex codes for the standalone figure: \documentclass{standalone} \...
OGC's user avatar
  • 891
10 votes
5 answers
726 views

how to draw circle touching two other circles near intersection

I want to draw a circle with a given radius so that it touches two other bigger circles near their intersection. I am using the tkz-euclide package but could not figure out this case. The code below ...
Thierry Blanc's user avatar
6 votes
4 answers
143 views

TikZ how to temporarily discontinue line at intersection of two lines

I am working in TikZ and I am trying to make one line stop, then start again before and after the intersection with another line. I have attempted to put a node at the intersection point and filled it ...
vali.b's user avatar
  • 63
2 votes
0 answers
62 views

pgfplots: find the intersection point of two curves and determine the y value of the intersection point

Thank you for reading my question! Introduction Now I want to draw a picture, in which I need to calculate the intersection point of the two curves and determine whether the y value of the ...
BqBPdx's user avatar
  • 39
4 votes
1 answer
79 views

LuaLatex and intersection segments: Error only with Lua

I need to use LuaLatex with my document and somehow run into an error while compiling a plot. I reduced my document to the following MWE: \documentclass{scrartcl} \usepackage{shellesc} \usepackage{...
AcademicCoder's user avatar
4 votes
2 answers
151 views

Importing two symbols from stix2

I want to import two math symbols from stix2 package: \rdiagovfdiag and \fdiagovrdiag which look like this: I want to do this, because adding the whole package changes style of my article which I don'...
Mogget's user avatar
  • 143
1 vote
0 answers
66 views

Drawing a simplex/diagram with crossings [closed]

I'm trying to come up with a way of drawing a simplex and handling crossings via loops in the most naive way possible: for every possible pair of lines, find the intersection point draw the first ...
J Wells's user avatar
  • 11
3 votes
1 answer
136 views

Intersection between tangent and circle

I am trying to define the tangent line of a circle at a given azimuth then use this intersection to define segment. The MWE here shows that intersection seems badly computed using [turn]90: command to ...
Sigmun's user avatar
  • 1,121
0 votes
1 answer
38 views

Intersection coordinates change when I change values for domain

I'm trying to plot a function using Tikz/Pgfplots. Am still new to using Tikz/Pgfplots. I've created the code using various sources. Here's a MWE: \documentclass{standalone} \usepackage{pgfplots,tikz}...
Ram's user avatar
  • 113
1 vote
1 answer
85 views

Fill between 4 circle and arc

I need to fill a zone defined by 4 arcs for which I know there centers and radius. I didn't manage to create the contour of this area and fill it. Here is my MWE with circle but the size of the ...
Sigmun's user avatar
  • 1,121
2 votes
1 answer
114 views

Recreating overlapping circles with text in tikz

I'm trying to create this image in tikz. I've created the basic structure but cant handle the intersections of the circles with each other. I'm sure the intersections library needs to be used. I ...
afaq's user avatar
  • 347
5 votes
4 answers
490 views

TikZ, fill the space between two paths

I would like to fill the space between the central semi-circumference and the solid black lines above. \documentclass[tikz,border=1.5cm]{standalone} \usepackage{tikz} \usepackage{pgfplots} \...
BowPark's user avatar
  • 1,213
0 votes
1 answer
95 views

TikZ, draw along a path

I have two semi-circumferences with an intersection point defined as E. I want to use different line style/color along them. For this purpose, first I used path to define the semi-circumferences. Now ...
BowPark's user avatar
  • 1,213
1 vote
1 answer
91 views

Tikz, anchor point and intersection

I'm using the following LaTeX code for Tikz: \begin{tikzpicture}[ noeud/.style={draw, circle}, triangle/.style={isosceles triangle, anchor=apex, ...
MathTolliob's user avatar

15 30 50 per page
1
2 3 4 5
20