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

Patrice MÉGRET Patrice.MEGRET at umons.ac.be
Mon Mar 23 09:56:24 CET 2015


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?

\documentclass{report}
\usepackage{pst-plot}

\begin{document}
\begin{pspicture}(5,5)
\psaxes(0,0)(4,4)
\psyTick(2.5){test}
\psdot(0,0)
\end{pspicture}

\begin{pspicture}(5,5)
\psaxes(2,0)(0,0)(4,4)
\psyTick(2.5){test}
\psdot(0,0)
\end{pspicture}

\begin{pspicture}(5,5)
\psaxes(-1,-1)(4,4)
\psyTick(2.5){test}
\psdot(0,0)
\end{pspicture}
\end{document}


Best regards,
Patrice
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://tug.org/pipermail/pstricks/attachments/20150323/54ec4555/attachment.html>


More information about the PSTricks mailing list