[pstricks] Problem with updated pstricks
Herbert Voss
Herbert.Voss at FU-Berlin.DE
Sat Jun 4 10:55:48 CEST 2011
Am 03.06.2011 22:04, schrieb David Arnold:
> We are compiling the following file on Snow Leopard, using TexShop and MacTex (TexLive 2010). The file compiles just fine on my system, but on my colleague's system, he gets the attached result.
>
> %!TEX TS-program = latex
>
> \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$}
Where is the sense to plot the default labels with \psaxes
and then _additionally_ the already existing ones for
+/-10, which are also set with a different labelsep?
However, as Michael already pointed out: what exactly is
different?
Herbert
More information about the PSTricks
mailing list