Re: Pstricks axes
NiceGuyEddy wrote:
Is there an option that can locally change the axes, and is applicable
between any xmin and xmax ?
\documentclass[12pt,a4paper]{article}
\usepackage{pst-plot}
\begin{document}
\bgroup
\makeatletter
\def\pshlabel#1{\pst@cnta=5\advance\pst@cnta by-#1 \the\pst@cnta}
\makeatother
\begin{pspicture}(0,0)(5,5)
\psaxes{->}(0,0)(5,5)
\end{pspicture}
\egroup
\begin{pspicture}(0,0)(5,5)
\psaxes{->}(0,0)(5,5)
\end{pspicture}
\end{document}
Herbert
--
http://TeXnik.de/
http://PSTricks.tug.org/
http://www.dante.de/CTAN/info/math/voss/mathmode/Mathmode.pdf
http://www.dante.de/faq/de-tex-faq/
http://www.tex.ac.uk/cgi-bin/texfaq2html?introduction=yes
.