[pstricks] psaxes -- pstricks-add

Jean-Côme Charpentier jean-come.charpentier at wanadoo.fr
Wed Jan 2 20:30:48 CET 2008


bessais at free.fr a écrit :
> Hi,
> 
> This code gives me an ugly result. Is there any solution to fix it ??
> 
> \documentclass{minimal}
> \usepackage{pstricks-add}
> \begin{document}
> \begin{pspicture}(0,0)(3,4)
>    \psset{linewidth=5pt}
>    \pstVerb{2 setlinejoin}
>    \psaxes[ticks=none]{->}(3,4)(3,4)(4,3)
> \end{pspicture}
> \end{document}

I suppose that axes are not a single path. Then setlinejoin is useless.
What about this ?

\documentclass{minimal}
\usepackage{pstricks-add}
\begin{document}
\begin{pspicture}(0,0)(3,4)
   \psset{linewidth=5pt}
   \psaxes[ticks=none]{C->}(3,4)(3,4)(4,3)
\end{pspicture}
\end{document}


> Happy new year 2008 to all of you

  Yep! To you too and to all of you.

  Jean-Côme Charpentier






More information about the PSTricks mailing list