[pstricks] Another question regarding labels and axes

Herbert Voss LaTeX at zedat.fu-berlin.de
Thu Feb 2 19:34:02 CET 2006


Martin Buchmann wrote:

> The same example but another question. How can i influence if labels are 
> set above or beneath the axes in my example? At the moment the labels 
> are above the axes but i want to have them beneath.

\documentclass[11pt,a4paper]{article}
\parindent=0pt
\usepackage{pst-plot,pstricks-add}

\begin{document}

\begin{pspicture}(9.5,2)
   \psaxes[xticksize=-5pt,yAxis=false,Ox=548,Dx=10,dx=1](0,0)(9.5,1)
\end{pspicture}

\def\pshlabel#1{\hphantom{xxxx}#1}
\begin{pspicture}(-0.2,1)(9.3,2)
   \psaxes[xticksize=-5pt,yAxis=false,Ox=550,Dx=10,dx=1](0,0)(-0.2,0)(9.3,1)
\end{pspicture}

\end{document}


Herbert





More information about the PSTricks mailing list