<div>Dear PSTricks group, </div><div>dear Herbert,<br></div><div><br data-mce-bogus="1"></div><div>Let me drive your attention to the following issue with <span style="font-family: courier new, courier;" data-mce-style="font-family: courier new, courier;">\psaxes</span>, also described at <a data-mce-href="http://tex.stackexchange.com/questions/632217" href="http://tex.stackexchange.com/questions/632217"><span style="font-family: arial, helvetica, sans-serif;" data-mce-style="font-family: arial, helvetica, sans-serif;">http://tex.stackexchange.com/questions/632217</span></a> .<br data-mce-bogus="1"></div><div><br data-mce-bogus="1"></div><div><div>Feeding <span style="font-family: courier new, courier;" data-mce-style="font-family: courier new, courier;">mwe.tex</span> containing</div><div><br data-mce-bogus="1"></div><div><span style="font-family: courier new, courier;" data-mce-style="font-family: courier new, courier;">\documentclass{standalone}</span><br><span style="font-family: courier new, courier;" data-mce-style="font-family: courier new, courier;">\usepackage{pst-plot}</span><br><span style="font-family: courier new, courier;" data-mce-style="font-family: courier new, courier;">\begin{document}%</span><br><span style="font-family: courier new, courier;" data-mce-style="font-family: courier new, courier;">\begin{pspicture}(-1,-1.6)(1.6,1.6)</span><br><span style="font-family: courier new, courier;" data-mce-style="font-family: courier new, courier;"> \psaxes{->}(0,0)(0,-1.5)(1.5,1.5)</span><br><span style="font-family: courier new, courier;" data-mce-style="font-family: courier new, courier;">\end{pspicture}%</span><br><span style="font-family: courier new, courier;" data-mce-style="font-family: courier new, courier;">\end{document}</span></div><div><br data-mce-bogus="1"></div><div>to </div><div><span style="font-family: courier new, courier;" data-mce-style="font-family: courier new, courier;">latex mwe && dvipdf -dALLOWPSTRANSPARENCY mwe</span></div><div> results in the lower 0 overlapping the vertical axis:</div><div><img src="http://i.stack.imgur.com/DKj36.png" data-mce-src="http://i.stack.imgur.com/DKj36.png"></div><div>You could also use</div><div><span style="font-family: courier new, courier;" data-mce-style="font-family: courier new, courier;">dvips mwe</span></div><div> instead of</div><div><span style="font-family: courier new, courier;" data-mce-style="font-family: courier new, courier;"> dvipdf -dALLOWPSTRANSPARENCY mwe</span></div><div> and get the same result.</div><div>There has been some (apparently) silent change: in 2017, the output had only the left, nonoverlapping 0 but not the lower, overlapping 0.</div><div>Moreover, PSTricks User's Guide clearly states:</div><blockquote><div><strong><span style="font-family: courier new, courier;" data-mce-style="font-family: courier new, courier;">showorigin=true/false</span></strong></div><div><strong>Default: true</strong></div><div>If true, then labels are placed at the origin, as long as the label doesn’t end up on one of the axes. If false, the labels are never placed at the origin.</div></blockquote><div>The quoted description is formally-logically open on the output when showorigin is true and a label ends up on one of the axes. Still, in this case, a typical reader would probably expect that the label is not placed at the origin.</div><div><br data-mce-bogus="1"></div><div>How to get the old behavior back, i.e., such that the left, nonoverlapping label 0 is shown but the lower, overlapping label 0, is not shown? </div><div>(Of course, one could resort to<br></div><div><span style="font-family: courier new, courier;" data-mce-style="font-family: courier new, courier;"> \psaxes[showorigin=false]{->}(0,0)(0,-1.5)(1.5,1.5)</span><br><span style="font-family: courier new, courier;" data-mce-style="font-family: courier new, courier;"> \uput[l](-.14;0){$0$}</span><br></div></div><div>However, <span style="font-family: courier new, courier;" data-mce-style="font-family: courier new, courier;">-0.14</span> is a (probably, font-dependent) guess here to ensure that the left 0 is aligned with the other labels of the vertical axis. It would be much more helpful if the original <span style="font-family: courier new, courier;" data-mce-style="font-family: courier new, courier;">\psaxes{->}(0,0)(0,-1.5)(1.5,1.5)</span> or <span style="font-family: courier new, courier;" data-mce-style="font-family: courier new, courier;">\psaxes[showXorigin=false,showYorigin=true]{->}(0,0)(0,-1.5)(1.5,1.5)</span> would do the job).<br data-mce-bogus="1"></div><div><br data-mce-bogus="1"></div><div>Thanks in advance,<br data-mce-bogus="1"></div><div>Peter</div>