[pstricks] \psgraph question reversed axis

Michael Sharpe msharpe at ucsd.edu
Wed Apr 29 19:29:59 CEST 2009


On Apr 29, 2009, at 9:24 AM, Buddy Ledger wrote:

> Does anyone know how to produce a reversed axis structure with  
> psgraph?
> Every time I try it seems to reset to standard axis format.
>
> %this produces axis in upper right quadrant
> \begin{figure}
> \begin{psgraph}(-4,-4){4in}{!}
> \end{psgraph}
> \end{figure}
>
> %I want an axis in lower left quadrant like this but using \psgraph
> \begin{figure}
> \begin{pspicture}(4,4)
> \psaxes{->}(-4,-4)
> \end{pspicture}
> \end{figure}
>
> I've read the docs and tryed much more complicated examples with no
> luck. I want to use \psgraph due to the auto scaling.  I may have to  
> resort
> to using psgraph and suppressing axes, then adding manual \psaxes if  
> it
> will allow. Any help is appreciated, Thanks.
>
Buddy,

Try

\begin{psgraph}(0,0)(-4,-4)(0,0){4in}{!}
\end{psgraph}

Michael


More information about the PSTricks mailing list