[pstricks] psPolynomial

McGarry Vince vmcgarry at austin.rr.com
Mon Apr 9 03:53:06 CEST 2007


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}

  *File List*
minimal.cls    2001/05/25 Standard LaTeX minimal class
pst-func.sty    2006/04/22 package wrapper for pst-func.tex (hv)
pstricks.sty    2005/12/19 v0.31 LaTeX wrapper for `PSTricks' (RN,HV)
pstricks.tex    2006/12/19 v1.15 `PSTricks' (tvz)
   xcolor.sty    2007/01/21 v2.11 LaTeX color extensions (UK)
    color.cfg    2007/01/18 v1.5 color configuration of teTeX/TeXLive
    dvips.def    1999/02/16 v3.0i Driver-dependant file (DPC,SPQR)
pst-func.tex    2007/02/01 v0.47 `PST-func' (hv)
pst-xkey.tex    2005/11/25 v1.6 PSTricks specialization of xkeyval (HA)
xkeyval.sty    2005/11/25 v2.5e package option processing (HA)
xkeyval.tex    2006/11/18 v2.5f key=value parser (HA)

%----------

The problem appears to be with psPolynomial which then affects later  
drawing.

Vince McGarry




More information about the PSTricks mailing list