[pstricks] psyTick misplaced when the origin is shifted with (x0, y0) ...

Herbert Voss Herbert.Voss at FU-Berlin.DE
Mon Mar 23 20:37:38 CET 2015


Am 23.03.2015 um 09:56 schrieb Patrice MÉGRET:
> Dear Herbert,
>
> It seems that \psyTick and \psxTick do not take into account the
> parameter (x0,y0) and (x1,y1) in \psaxes and \psgraph macros: whereas in
> the first example, the y tick is on the y axis, it is not the case for
> the next two examples.
>
> It is a bug or the normal behavior?

Patrice,
it is the default behaviour. Use

\begin{pspicture}(5,5)
\psaxes(-1,-1)(4,4)
\psyTick[origin={-1,-1}](2.5){test}
\psdot(0,0)
\end{pspicture}


Herbert



More information about the PSTricks mailing list