How can I prevent the axes to show in a graph? The option
axesstyle=none
doesn't seem to work in the following example; the axes do show. Setting linewidth=0mm
or linecolor=white
isn't a neat solution.
Code: Select all
\documentclass[11pt]{article}
\usepackage{pst-plot,pstricks-add}
\begin{document}
\begin{pspicture}(-1,-1)(9,6)
\psaxes[axesstyle=none]{->}(7,5)
\end{pspicture}
\end{document}
Thank you,
Jaap