Hi all,<br><br>since the last update I think there is a problem with the "showpoints" option in listplot. I draw 3 times the same numeric data but if the showpoints option is enabled the plot is moved somehow. It effects also plots in the same graph, which are plottet afterwards. Here is a kind of simple example to test<br>


<br>%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%<br>\documentclass[]{article}<br>%<br>\usepackage{pst-plot}<br>%<br>\def\DataToPlot{<br>0 1<br>1 2<br>2 4<br>3 5<br>}<br>\begin{document}<br>%<br>\pstScalePoints(1,1){}{}<br>\psgraph[Dx=1,Dy=1,subticks=0](0,0)(3,6){5cm}{4cm}<br>


\listplot[linecolor=black,linewidth=1pt,dotstyle=x,dotscale=2]{\DataToPlot}<br>\listplot[linecolor=red,linestyle=none,linewidth=1pt,showpoints,dotstyle=x,dotscale=2]{\DataToPlot}<br>\listplot[linecolor=blue,linewidth=1pt,dotstyle=x,dotscale=2]{\DataToPlot}<br>


\endpsgraph<br>%<br>\vspace{5cm}<br>%<br>\pstScalePoints(1,1){}{}<br>\psgraph[Dx=1,Dy=1,subticks=0](0,0)(3,6){5cm}{4cm}<br>\listplot[linecolor=black,linewidth=1pt,dotstyle=x,dotscale=2]{\DataToPlot}<br>\listplot[linecolor=red,linestyle=solid,linewidth=1pt,dotstyle=x,dotscale=2]{\DataToPlot}<br>


\listplot[linecolor=blue,linewidth=1pt,dotstyle=x,dotscale=2]{\DataToPlot}<br>\endpsgraph<br>%<br>\end{document}<br>%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%<br><br>Any idea how to workaround??<br><br>Regards<br>Alex<br>