blob: 44b3dc0d482efb02071a654da0ba1d5f1cfee622 (
plain)
1
2
3
4
5
6
7
8
|
\usepackage {pstcol}
\begin{pspicture}(0,0)(3,2)\showgrid
\psdots[linecolor=blue,dotstyle=triangle,
dotscale=2](0,0.5)(1,2)(2.8,1.5)
\pscurve[linecolor=cyan,showpoints=true]
{->}%
(0,1.2)(1.3,1.8)(3,0.4)(0.5,0.2)
\end{pspicture}
|