Tagged Questions
7
votes
1answer
86 views
decoration nodes not being placed on the circle they are intended to be on
I "placed" some nodes on a circular path but they aren't showing up in the correct place and they aren't even on the circle.
What is going wrong?
\begin{document}
\usepackage{tikz, pgfplots}
...
6
votes
1answer
92 views
circle node on an ellipse
I want to put this node on an ellipse at about the 35% mark
\node[draw, circle, inner sep = .08cm, scale = .75] (location) {2};
\documentclass{article}
\begin{document}
\usepackage{tikz}
...
5
votes
1answer
285 views
Arrow heads as plot marks
I would like to draw a plot and put arrow heads pointing in the
direction of the plot instead of marks.
My first idea was to use the quiver option from pgfplots by
duplicating and stagering the ...