<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type">
</head>
<body bgcolor="#ffffff" text="#000000">
Dear David,<br>
<br>
couldn't solve the problem with 2 arrowhead at the end of the lines
drawn, however the rest should work fine.<br>
<blockquote
 cite="mid:75312BDB-3C9E-4889-BB03-F935A656FE73@suddenlink.net"
 type="cite">
  <pre wrap="">
Looking for ideas.
  </pre>
</blockquote>
<pre class="moz-signature" cols="65"><font color="#003300">\documentclass{article}
\usepackage{pstricks,pstricks-add}
\begin{document}
\pagestyle{empty}

\newcommand{\DaveArnold}[4]{%
\psset{unit=0.5}
\begin{pspicture}(-6,-6)(6,6)
\psgrid[gridcolor=lightgray,gridlabels=0pt,subgriddiv=1](0,0)(-5,-5)(5,5)
\psaxes[labels=none,ticks=none]{-&gt;}(0,0)(-5.5,-5.5)(5.5,5.5)
\Cnode[radius=0.1cm,fillstyle=solid,fillcolor=blue,linecolor=blue](#1,#2){A}
\Cnode[radius=0.1cm,fillstyle=solid,fillcolor=blue,linecolor=blue](#3,#4){B}
\psclip{\psframe[linestyle=none](-5,-5)(5,5)}
\ncline[nodesep=10cm,linecolor=blue]{&lt;-&gt;}{A}{B}
\endpsclip
\uput[0](5.5,0){$x$}
\uput[90](0,5.5){$y$}
\end{pspicture}
\resetOptions
}

\DaveArnold{1}{2}{-3}{5}
%First Argument     x-Koordinate Point A
%Second Argument    y-Koordinate Point A
%Third Argument     x-Koordinate Point B
%Fourth Argument    y-Koordinate Point B

\DaveArnold{-1}{-2}{3}{3}

\DaveArnold{-5}{-5}{1}{2}

%NO PROBLEM to so produce vertical and horizontal lines as well.
\end{document} </font>
</pre>
<br>
Regards,<br>
<br>
Juergen<br>
</body>
</html>