[pstricks] showorigin does not work if yAxis=false

Patrice MEGRET Patrice.MEGRET at umons.ac.be
Wed Mar 28 11:05:43 CEST 2018


Dear Herbert,

I have a small problem with pst-plot and the command \psaxes with the key showorigin: the key works as expected except when yAxis=false as in the last line of my small example below.
Is it possible to correct that behavior, thanks.

Bets regards,

Patrice



\documentclass{report}

\usepackage[utf8]{inputenc}
\usepackage[T1]{fontenc}
\usepackage{pst-plot}

\begin{document}

\begin{pspicture}(-5,-5)(5,5)
%\psaxes{->}(0,0)(4,4)
%\psaxes[showorigin=false]{->}(0,0)(4,4)

\psaxes[xAxis=false]{->}(0,0)(4,4)
\psaxes[showorigin=false,xAxis=false]{->}(1,0)(4,4)

\psaxes[yAxis=false]{->}(0,-1)(4,4)
\psaxes[showorigin=false,yAxis=false]{->}(0,-2)(4,4)
\end{pspicture}
\end{document}


-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://tug.org/pipermail/pstricks/attachments/20180328/cc686d4d/attachment.html>


More information about the PSTricks mailing list