[pstricks] Broken algebraic Postscript coordinates
Michael Sharpe
msharpe at ucsd.edu
Sun Jul 27 19:48:16 CEST 2008
As of pstricks 1.24 and 1.25, the special coordinate form (*x f(x))
seems to be broken. It does work in pstricks 1.22 (patched to fix
\psDEBUG).
Example.
\usepackage{pstricks,pst-plot}
\usepackage{pstricks-add}
\listfiles
\begin{document}
\begin{pspicture}(-1,-1)(6,4)
\def\myfn{6*Ex(-x/2)*sin(x)}
\psplot[algebraic]{0}{5}{\myfn}
\psaxes(0,0)(-.5,-.5)(5.5,3.5)
\SpecialCoor
\psline(*1 \myfn)(*4 \myfn)%draw line from (1,f(1)) to (4,f(4))
\end{pspicture}
*File List*
article.cls 2005/09/16 v1.4f Standard LaTeX document class
size11.clo 2005/09/16 v1.4f Standard LaTeX file (size option)
pstricks.sty 2008/01/24 v0.37 LaTeX wrapper for `PSTricks' (RN,HV)
pstricks.tex 2008/06/26 v1.25 `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-plot.sty 2004/07/15 package wrapper for pst-plot.tex
pst-plot.tex 2008/01/26 1.01 `pst-plot' (tvz)
pstricks-add.sty 2007/09/03 v. 0.11 package wrapper for pstricks-
add.tex (hv
)
pstricks-add.tex 2008/06/21 v3.06 `PSTricks-add' (hv)
pst-xkey.tex 2005/11/25 v1.6 PSTricks specialization of xkeyval (HA)
xkeyval.sty 2006/11/18 v2.5f package option processing (HA)
xkeyval.tex 2006/11/18 v2.5f key=value parser (HA)
Michael
More information about the PSTricks
mailing list