I have the following generated for me in PSTricks:
Code: Select all
\documentclass{article}
\usepackage{pstricks, pst-node, pst-plot, pst-circ}
\usepackage{moredefs}
\usepackage[%
paperwidth = 10.08871cm,
paperheight= 5.0827586cm,
lmargin = 5mm,
rmargin = 0mm,
tmargin = 0mm,
bmargin = 0mm,
]{geometry}
\begin{document}
\providelength{\plotwidth} \setlength{\plotwidth}{10cm}% width of the axes only
\providelength{\LineWidth} \setlength{\LineWidth}{1.2pt}%
\newrgbcolor{GridColor}{0.6 0.6 0.65}%
\psset{xunit=0.020000\plotwidth,yunit=0.000500\plotwidth}%
\begin{pspicture}(-16.336406,-574.712644)(40.921659,432.781609)%
\psline[linewidth=\LineWidth,linecolor=GridColor]{->}(21.0,400)(29.0,-150)
\end{pspicture}%
\end{document}
Best,
Niles.