[pstricks] dimension too large with the new pst-plot
Herbert Voss
Herbert.Voss at FU-Berlin.DE
Thu Apr 14 15:20:59 CEST 2011
Am 14.04.2011 15:04, schrieb Jean-Claude Dehaes:
> Since the latest version 1.28 of pst-plot, I get the following message
> ! Dimension too large.
> <recently read> @psunit
choose absolute values for the ticksizes. And you can can already
choose the plotstyle LSM for plotting the line without knowing its
values.
\listfiles
\documentclass{scrartcl}
\usepackage{pst-plot}
\def\data{56.5 59.537 73 87 91.8 122.06 299 511 377 661.65
467 840 501 898 640 1173.2 699 1280 722 1332.5 975 1836}
\begin{document}
\begin{psgraph}[axesstyle=frame,Dx=100,Dy=250,xticksize=0 6cm,
yticksize=0 10cm](0,0)(1000,2000){10cm}{6cm}
\listplot[dotsize=1mm,plotstyle=dots,nEnd=250]{\data}
\listplot[xStart=30.32,xEnd=1000,plotstyle=LSM]{\data}
%\psline(30.3727,0)(1000,1868.47)
\end{psgraph}
\end{document}
Herbert
More information about the PSTricks
mailing list