[pstricks] Bug in \psplotImp

Martin Chicoine martin.chicoine at umontreal.ca
Fri Aug 31 22:28:21 CEST 2007


I didn't find any reference to the following bug. psplotImp always draws the
same graph, regardless of the graph size as in the following example.

 

\documentclass[11pt]{minimal}

\usepackage{pst-func,pstricks-add}

 

\begin{document}

 

\begin{psgraph*}(0,0)(-5.5,-5.5)(5.5,5.5){6cm}{3cm}

  \psplotImp[algebraic](-6,-6)(6,6){x^2+y^2-4}

\end{psgraph*}

 

\vspace{1cm}

 

\begin{psgraph*}(0,0)(-5.5,-5.5)(5.5,5.5){6cm}{6cm}

  \psplotImp[algebraic](-6,-6)(6,6){x^2+y^2-4}

\end{psgraph*}

 

\end{document}

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://tug.org/pipermail/pstricks/attachments/20070831/993c1b57/attachment.html 


More information about the PSTricks mailing list