Search found 2 matches

by Christian
Sat Sep 08, 2012 4:27 pm
Forum: Graphics, Figures & Tables
Topic: pst-plot | Labels and Ticks on wrong Side Of Axes
Replies: 2
Views: 1886

Re: pst-plot | Labels and Ticks on wrong Side Of Axes

Thank you for your help and your warm welcome.
I will be more attentive to the formatting in the future.
by Christian
Sat Sep 08, 2012 4:01 pm
Forum: Graphics, Figures & Tables
Topic: pst-plot | Labels and Ticks on wrong Side Of Axes
Replies: 2
Views: 1886

pst-plot | Labels and Ticks on wrong Side Of Axes

I just tried an example of \psaxes from the »The LaTeX Graphics Companion«, second edition, bottom of page 320:
\documentclass[11pt]{article}
\usepackage{pstricks,pst-plot}

\begin{document}
\begin{pspicture}(-0.5,0.5)(3,-2)
\psaxes[tickstyle=bottom]{->}(3,-2)
\end{pspicture}
\end{document}
The ...