[pstricks] exemple 15.1.10

Herbert Voss Herbert.Voss at FU-Berlin.DE
Thu Aug 16 11:36:56 CEST 2012


Am 16.08.2012 09:37, schrieb Denis Vergès:
> Hello,
> Trying to use example 15.1.10 from Herbert`s book (german version), I
> ran to the error :

the code changes in the meantime. Use

\documentclass{article}
\usepackage{pst-plot}

\begin{document}
\psset{unit=0.8}
\begin{center}
	\begin{pspicture}(0.5,1)(13,4)
	\psaxes[
	  xLabels={,Januar,Februar,März,April,Mai,Juni,Juli,August,
	           September,Oktober,November,Dezember},
	  xLabelsRot=45,
       yLabels={,Wenig,Mittel,Viel}]{->}(13,4)
	\end{pspicture}
\end{center}
\end{document}

see also page 26 in the documentation of pst-plot

> pstricks.tex    2011/04/23 v2.20 `PSTricks' (tvz,hv)
> pst-plot.tex    2011/04/13 1.29 `pst-plot' (tvz,hv)

the files are a bit old.

Herbert


More information about the PSTricks mailing list