All Questions
Tagged with arrow-curve tikz-pgf
22 questions
0
votes
0
answers
48
views
how to draw a curve inside a cone
I want to draw a slight bended curve inside a cone like the following picture attached but my curve is outside this cone if i write "left bend" or "right bend". Is there some ...
0
votes
2
answers
91
views
How to draw a smooth curve with arrows on both of its ends with tikz?
I want to draw a curve with arrows, with the help of tikz package same as the one shown in the image. I tried so much but did not succeed.
\documentclass{article}
%maths
\usepackage{mathtools}
\...
-1
votes
4
answers
250
views
Drawing a graph in Latex/Tikz [closed]
How to draw the following picture in Latex/Tikz:
0
votes
1
answer
76
views
Arrow pointing to body of text in a math environment
I have the following problem. How can I get arrows in an align environment and how individual terms are framed? I am very grateful for any help.
0
votes
1
answer
67
views
Draw a curved line for mutual
I would like to know please how to draw a curved line and add it to the circuit to represent the mutual, like this:
The script of the small circuit is the following:
\begin{figure}
\centering
\begin{...
0
votes
1
answer
163
views
Add reversed arc barb tip at the end of a curve
I'd like to add a reversed arc barb tip to a curve in order to mark a discontinuity. While this works perfectly fine at the end of a line (and not a curve), reverting the barb tip horizontally at the ...
1
vote
1
answer
192
views
Make graphic looks like functions with TikZ
How could I achieve that? (TikZ preferably)
I tried with \draw[blue] plot[smooth] coordinates {(0,0) (3.5,4) (5.5,7)}; but It's not super efficient and doesn't exactly produce the result.
Any help?
...
1
vote
1
answer
167
views
Remove unwanted gap before the arrow ending a bezier curve in TikZ
Feeding
\documentclass{article}
\pagestyle{empty}
\usepackage{tikz}
\usetikzlibrary{calc,bending}
\begin{document}
\begin{tikzpicture}
\node[circle,draw] (N) at (15em,2ex) {};
\coordinate (C) at (...
4
votes
1
answer
1k
views
Draw a curved line with text (node to node) using tikz
I am preparing a figure like this one:
But I couldn't draw the curved line from the middle point of the green shape to another node (as shown in figure). Also the brace under A and C node. How can ...
1
vote
1
answer
74
views
Adjusting a code of a diagram
Here is the code I am trying to compile on my overleaf:
\begin{tikzcd}[row sep=huge]
H_{\bullet}(\Sigma X)
\arrow[r,"c_*"]
\arrow[dr,bend right,"\Delta"'] &
H_{\bullet}(\...
2
votes
6
answers
2k
views
Shorten curved arrow proportionally to length
I am drawing curved arrows in tikz-cd, using the method devised by @AndréC in this answer. There are situations where I want to shorten these arrows, proportional to their arc length. However, the ...
1
vote
1
answer
71
views
Marking closed curve using decorations markings without using intersections (TikZ)
I want to mark my closed curves with {Latex[length=4mm, cyan]} like this. Usually, to mark a curve, I use intersections then mark a new custom mark by isosceles triangle and rotate and shift with ...
1
vote
1
answer
301
views
tikz-cd arrow between arrows is asymmetric (too short in one direction)
I want to draw an arrow (A) between two arrows (B and C) in tikz-cd, so that A is directly touching both B and C, like in the following diagram.
The code below seems like the sensible attempt at this ...
7
votes
1
answer
641
views
Curve of fixed height between two nodes in tikz-cd
I have a tikz-cd diagram, and I would like to bend the arrows by a certain distance (so that their heights are a fixed distance from the straight line connecting the endpoints). With bend left, the ...
0
votes
2
answers
377
views
curve line in number sequence
I want to write number sequences, with curved line like on this picture.
How to do that ?
2
votes
1
answer
107
views
How do I pass a curved line through a relative coordinate in a polygon using Tikz?
I haven't found an answer that quite fits my situation. I need to link two rectangles, with a curved arrow, passing through the bottom right of a third rectangle, avoiding the text.
I'm using a ...
0
votes
1
answer
400
views
Draw Tikzpicture
I would like to draw the following picture using tikzpicture. Could you please help me?
Thanks in advance.
Regards,
MSA
12
votes
5
answers
2k
views
Trying to draw a circle with nodes
I am trying to draw the following image in Tikz
But all I got is
I am not able to make it into a perfect circle. The code is
\documentclass[tikz,border=2mm]{standalone}
\begin{document}
\...
1
vote
1
answer
658
views
Adding a curved arrow in a TikZ picture
This is my code:
\documentclass{standalone}
\usepackage{tikz}
\usepackage{xcolor}
\usetikzlibrary{calc,patterns,decorations.pathmorphing}
\usetikzlibrary{decorations.markings,positioning}
\begin{...
2
votes
3
answers
1k
views
how to draw an isothermal curve in pgf tikz?
I am working on a thermodynamic course. I want to draw an isothermal curve in the diagram of clapeyron and try this with the code below:
I want to draw on the curve a colored surface between the ...
5
votes
1
answer
2k
views
How to rotate TikZ decoration (arrow)?
While TikZ has the option of bending arrows that appear at the tip of an edge (library bending), and has the option of placing arrows in the middle of edges (library decorations), I did not manage to ...
1
vote
0
answers
98
views
TikZ: how to draw arrows from the y axis to a curve? [duplicate]
I should draw this:
This is what I have done so far.
I do not know how to draw the horizontal arrows. Besides, in order to draw the dashed line from point Q to point P, I wrote
\draw [fill] (0.3,2) ...