[pstricks] E: pst-plot
Herbert Voss
Herbert.Voss at FU-Berlin.DE
Fri Jun 10 21:13:07 CEST 2011
Am 10.06.2011 21:01, schrieb Patrice MÉGRET:
> I tried now this to enlarge the vertical scale
>
> \pstScalePoints(1,1){}{1583.9 sub}
> \begin{psgraph}[
> axesstyle=frame,
> mathLabel=false,labelFontSize=\small,
> Dy=0.1, Dx=10,
> Oy=1583.9, Ox=30,
> xticksize=0 1, yticksize=0 70](30,0)(100,1){8cm}{5cm}
> \listplot[plotstyle=LSM,showpoints,dotstyle=*,
> linecolor=blue,linewidth=1.5pt]{\myData}
> \listplot[plotstyle=dots,showpoints,
> dotstyle=*,linecolor=orange,linewidth=1.5pt]{\myData}
> \end{psgraph}
>
> with Oy=1583.9 and it works nearly perfectly: the only small trouble is that the last label on y-axis is not displayed with Dy=0.1 but is displayed with Dy=0.2
Dear Patrice,
the arirhmetic of TeX is a mess ...
xticksize=0 1, yticksize=0 70](30,0)(100,1.0001){8cm}{5cm}
use 1.0001 as yMax
Herbert
More information about the PSTricks
mailing list