[pstricks] labels of axis

Herbert Voss Herbert.Voss at fu-berlin.de
Mon Nov 19 20:51:53 CET 2007


Doris Wagner schrieb:

> how can I realize a larger distance of labels from the axis?
> and
> how can I realize that the labels of the y-axis are not centered at 
> their height but a little bit higher?

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

\def\psvlabel#1{\raisebox{20pt}{#1}}

\begin{document}

\begin{pspicture}(-4,-4)(4,4)
\psaxes[labelsep=3em](0,0)(-4,-4)(4,4)
\end{pspicture}

\end{document}



Herbert



More information about the PSTricks mailing list