[pstricks] psPolynomial

Herbert Voss LaTeX at zedat.fu-berlin.de
Mon Apr 9 08:42:00 CEST 2007


McGarry Vince wrote:
> Does anyone else see two distinct lines here?
>
> %----------
>
> \documentclass{minimal}
> \listfiles
> \usepackage{pst-func}
>
> \begin{document}
> \begin{pspicture*}(-5,-5) (5,5)
> \psaxes(0,0)(-5,-5)(5,5)
> \psplot{-5}{5}{-1 -2 x mul add}
> \psdots(-2,3)(1,-3)
> \psPolynomial[coeff=-1 -2]{-5}{5}
> \psdots(-2,3)(1,-3) % not at the same location as the previous call  
> to psdots.
> \end{pspicture*}
> \end{document}
>
>   

cannot see any difference. Maybe others ...

Herbert



More information about the PSTricks mailing list