[pstricks] inverted axes

Herbert Voss Herbert.Voss at alumni.TU-Berlin.DE
Wed Nov 19 15:48:33 CET 2003


Muhammad Sabieh Anwar schrieb:
> 
> I want an x-axis with inverted labels. This means that I want the axes
> labels to decrease as we go from left to right. i want something like
> (from left to right) -1,-1.5,-2,-2.5 upto -5. I am not interested in the y
> axis.
> 
> Can the psaxes in pstrickes help me?

\documentclass[a4paper]{article}
\usepackage{pst-plot}

\begin{document}

\def\pshlabel#1{-#1}
\begin{pspicture}(1,-1)(5,1)
	\psaxes[Ox=1,Dx=0.5,xunit=2](1,0)(5,0)
\end{pspicture}


Herbert


-- 
http://www.pstricks.de/




More information about the PSTricks mailing list