Tagged Questions
4
votes
1answer
241 views
PgfPlot: Axis Arrows vs Vector Arrows
I've notice that the arrowheads on the axis are different than the arrowheads drawn when drawing vectors:
\documentclass{article}
\usepackage{pgfplots}\pgfplotsset{compat=1.7}
\begin{document}
...
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 ...
4
votes
1answer
308 views
pgfplot annotation spacing and arrow length
I am trying to make the following figure using pgfplots.
\documentclass{article}
\usepackage{pgfplots}
\pgfplotsset{width=8cm,compat=1.5.1}
\usetikzlibrary{decorations.markings} % Arrows
...
5
votes
2answers
429 views
Insert a separate mark inside a pgfplots graph
First of all, let me apologize if the title is not enough clear, but I didn't know how to explain myself better.
I have a graph consisting in three different curves that are covering almost the same ...
9
votes
2answers
948 views
Changing arrowheads size in pgfplots axes
I need to change the default axes arrowheads size of pgfplots when using the option axis lines=center. Following this answer, I tried this code:
\documentclass{standalone}
\usepackage{pgfplots}
...
11
votes
3answers
2k views
Making an arrow in a pgfplot figure from one point to another?
How can I make an arrow from one point in a tikz picture to another point?
In the following example, I would like to draw an arrow from the word data--which is approximately the coordinate (1982, ...
7
votes
5answers
880 views
How can I draw dirac deltas with arrow heads with pgfplots
I would like to draw this in pgfplots:
I've tried this, but I can't figure out how to get the arrowheads.
\documentclass{article}
\usepackage{pgfplots}
\begin{document}
\begin{tikzpicture}
...
8
votes
1answer
752 views
Smooth option sometimes produces incorrect arrow tips in PGFplots
It seems that the smooth option applied to lines sometimes effects the arrow tips and produces incorrect results. No problem with vertical lines, but any other seems to have a problem. Is this a ...
2
votes
3answers
2k views
Line with arrowhead in PGFPLOT
How can I add a line ending with an arrowhead in pgfplot?
\begin{tikzpicture}
\begin{axis}[grid=major,axis x line=middle,
axis y line=middle]
\addplot[domain=0:1, no markers] ...