[pstricks] Does the update cause the difference in the files

David Arnold dwarnold45 at suddenlink.net
Sat Jun 4 23:28:57 CEST 2011


Herbert, et al,

I've seen your reply to my question regarding the code:

\documentclass{article}
\usepackage{pstricks,pstricks-add}

\begin{document}

\psset{unit=0.25}
\begin{pspicture}(-11,-11)(11,11)
\psgrid[gridlabels=0pt,gridcolor=lightgray,subgriddiv=1](0,0)(-10,-10)(10,10)
\psaxes[arrowscale=1.5,arrows=<->,ticks=none](0,0)(-11,-11)(11,11)
\uput[0](11,0){$x$}
\uput[270](10,0){10}
\uput[270](-10,0){$-10$}
\uput[90](0,11){$y$}
\uput[180](0,10){10}
\uput[180](0,-10){$-10$}
\psdots*[linecolor=red,dotsize=2pt 2](-6,1)(6,5)
\psplot[linecolor=blue,algebraic,arrows=<->,arrowscale=1.5]{-10}{10}{1/3*x+3}
\uput[135](-6,1){$(-6,1)$}
\uput[135](6,5){$(6,5)$}
\end{pspicture}

\end{document}

And your suggestion:

\psaxes[arrowscale=1.5,arrows=<->,
   Dx=10,Dy=10](0,0)(-11,-11)(11,11)[$x$,0][$y$,90]

I guess I still need to know, is it the update on my colleague's machine (later versions of pstricks) that cause his image to be different from mine? I still don't know the answer as to why we are getting different output.

This is a really big deal for us, as an update that causes this different output is an immense worry. We literally have hundreds of files that we would have to fix.

David.


More information about the PSTricks mailing list