Questions tagged [tikz-arrows]
{tikz-arrows} is about questions related to the arrow head specifications in the arrows library of the TikZ/PGF graphics package. If the question is not specifically addressing an issue related to the arrow construction, use the general {tikz-pgf} tag.
2,208 questions
4
votes
2
answers
169
views
How to Make TikZ Overlay Arrows Smoother and Better Arranged in Table?
I'm creating a table with TikZ overlay arrows to illustrate the data flow between cells. The arrows currently work, but they look somewhat crude and could be improved. I'm looking for suggestions on:
...
1
vote
2
answers
101
views
Arrow Positioning in Tikz
I am having problems with arrow positioning in my tikz diagram. Please see my MWE:
\documentclass[11pt, a4paper]{article}
\usepackage[top=2cm, bottom=2cm, left=2cm, right=2cm]{geometry}
\usepackage{...
2
votes
1
answer
98
views
How to align this flowchart in TikZ?
(In order to ensure that each post should only focus on one key point, I have reformulated my question and provided the modified TikZ code.
)For the problem How can I use straight lines to connect ...
4
votes
2
answers
215
views
How can I use straight lines to connect elements inside nested TikZ environments?
I am currently refining the flowchart in this problem Why does \begin{figure}[H] disrupt line spacing?. The solution in the problem involves using nested TikZ, but I have encountered another issue ...
4
votes
2
answers
142
views
How to "attach" tikz arrows to elements without hard-coding position?
I have an equation that splits in 2, and need arrows to link the elements for clarity.
How can I change my code to avoid hard-coding arrows positions and have arrows move in case other parts of my ...
1
vote
0
answers
38
views
Vector tips in 3D also in TikZ [duplicate]
It is a follow in the case 3D for this question: Tips of METAPOST arrows as in TikZ
and it is a curiosity. I have add an answer here making two graphs with Desmos and Geogebra 3D for an answer in math....
5
votes
3
answers
178
views
How do I reproduce these arrows that point to an equation and give a subtext?
So I did find an answer here: Arrow pointing to subscript in equation. I used it to painstakingly produce the following:
\begin{proof}
Set \(b>0\). For all x>0, let \(L(xb)\) and \(L(x)\) ...
8
votes
1
answer
205
views
TikZ arrow difference in different PDF-viewer(PDF-XChange-Editor v10.5.2)?
I have the following mwe:
\documentclass[tikz,border=5pt]{standalone}
\usetikzlibrary{arrows.meta}
\begin{document}
\begin{tikzpicture}[%
foo/.tip={Latex[width=0pt 5, length=5pt]},
...
4
votes
3
answers
133
views
Escape curly brackets from command output when passed as tikz arguments
I'm trying to make a command that dynamically changes the brackets of a tikz line via \draw.
Here's a MWE :
\documentclass[crop,tikz]{standalone}
\usetikzlibrary{arrows.meta}
\newcommand{\...
2
votes
1
answer
236
views
How to draw an arrow?
How can I draw the following arrow?
Here is the code for the boxes:
\begin{tikzpicture}
\def\w{2cm}
\node[draw, rectangle, minimum width=\w, minimum height=1cm, anchor=west] (R1) at (0,0) {A};...
13
votes
2
answers
231
views
Help with drawing stress tensor in cylindrical coordinates in tikz
I want to draw stress tensors in cylindrical coordinates like in the figure below. I have been able to draw stress components on the surfaces normal to the $z$ and $r$ directions, but I have not found ...
12
votes
3
answers
380
views
TikZ ellipse with arrows
What is the simplest solution to draw an ellipse with dashes, only each dash has an arrowhead (either clockwise or anticlockwise)?
I struggled to create this solution with anti-clockwise arrows. I had ...
3
votes
2
answers
237
views
Is there a edge style with double lines in the tikz -package?
I am looking for a way to draw edges in the tikz-package, like \Rightarrow in the amssymb-package. Does anyone know of an option like that? Perhaps via edge/.style?
\documentclass[tikz]{standalone}
\...
2
votes
3
answers
166
views
Tikz - How to draw/create a branching structure using Tikz nodes and Tikz paths with directed edges?
This is my code:
\documentclass{standalone}
\usepackage{tikz}
\usetikzlibrary{shapes, positioning, arrows.meta, fit}
\usepackage{standalone}
\begin{document}
\begin{tikzpicture}[every node/....
11
votes
1
answer
586
views
How Create a math symbol
I created the following symbol, however it doesn't work well in all math environments. How to create this so that it adjust meaningfully with respect to size in various math environments, and also ...