[pstricks] Problems with psaxes
Matthias Steinbrink
M.Steinbrink at gmx.de
Fri Nov 12 16:55:27 CET 2004
Hello group!
I have encountered some problems with \psaxes. It used to work all fine
until I updated to pstricks-add v.2.21. Since then I cannot compile the
following example. It only works with the two commented lines. Have I
somehow misunderstood something?
Hope you can help!
Regards Matthias
\listfiles
\documentclass{article}
\usepackage{pstricks, pst-plot,pstricks-add}
\usepackage{filecontents}
\begin{filecontents}{flKurs.data}
{{0, 23.4871795},{1, 23.3828829},{2, 23.4057971},%
{3, 23.56},{4, 23.5}{5, 23.703125},{6, 24.14285714},%
{7, 23.8055556},{8, 23.75},{9, 24},{10, 24},{11, 23.6666667}}
\end{filecontents}
\begin{document}
\begin{pspicture}(-2,21.6)(11.2,25.75)
\readdata{\flKurs}{flKurs.data}
%\psaxes[Dx=1,Ox=1470,labels=none,tickstyle=below](0,22)(11,25.5)
%\psaxes[Dx=2,Ox=1470,Oy=22,Dy=0.5,tickstyle=below,ticksize=5pt,comma](0,22)(11,25.5)
\rput{90}(-1.5,24){Jahresdurchschnitt}
\psplot[plotstyle=curve, linecolor=red]{0}{10}{0.0654 x mul 23.311 add}
\dataplot[plotstyle=line]{\flKurs}
\end{pspicture}
\end{document}
*File List*
article.cls 2004/02/16 v1.4f Standard LaTeX document class
size10.clo 2004/02/16 v1.4f Standard LaTeX file (size option)
pstricks.sty 2004/05/12 v0.2l LaTeX wrapper for `PSTricks' (RN,HV)
pstricks.tex 2004/06/22 v1.04 `PSTricks' (tvz)
xcolor.sty 2004/07/04 v2.00 LaTeX color extensions (UK)
color.cfg 2003/03/08 v1.0 MiKTeX 'color' configuration
dvips.def 1999/02/16 v3.0i Driver-dependant file (DPC,SPQR)
pst-plot.sty 2004/07/15 package wrapper for pst-plot.tex
pst-plot.tex 2004/05/18 1.41 `pst-plot' (tvz)
pstricks-add.sty 2004/07/18 package wrapper for pstricks-add.tex (hv)
pstricks-add.tex 2004/11/01 v2.21 `PSTricks-add' (hv)
filecontents.sty 2004/08/16 v1.1 Create an external file from within a LaTeX
document
***********
More information about the PSTricks
mailing list