Strange behaviour of origin

Christophe JORSSEN Christophe.JORSSEN at wanadoo.fr
Tue Jul 20 12:57:37 CEST 1999


-----------------------------------------------------------------------------
This is the PSTricks mailing list, devoted to discussions about computational
graphics in (La)TeX using the PSTricks package from Timothy van Zandt.
For help using this mailing list, see instructions at the end of message.
-----------------------------------------------------------------------------

Hi,

I think there is a strange behaviour of the graphic parameter "origin".
As a matter of fact, I've done that:

\documentclass{article}
\usepackage{pstricks}
\begin{document}
\begin{pspicture}(-5,-5)(5,5)
\psgrid
\psdot[dotstyle=o](0,0)
\psset{origin={1,1}}\psdot[dotstyle=oplus](0,0)
\end{pspicture}
\end{document}

The dot o is well-put at the "true"-point (0,0).
But the dot oplus isn't put at the "true"-point (1,1). It is put at the
"true"-point (-1,-1), just as if origin was set to:

origin={-1,-1}

Is it the normal behaviour of origin?

Regards

Christophe


-----------------------------------------------------------------------------
The list interface (subscription, information, access to the archives) is on:
http://www.tug.org/cgi-bin/lwgate/pstricks
Otherway to unsubscribe, send mail to pstricks-request at mail.tug.org
with a blank subject and in body the line unsubscribe <email-address>
-----------------------------------------------------------------------------



More information about the PSTricks mailing list