\documentclass{article} \usepackage{pst-solides3d,pst-node,pst-plot,multido,url} \usepackage[latin1]{inputenc} \usepackage[T1]{fontenc} \usepackage{colortbl} \usepackage{array} \usepackage[a4paper,bottom=2.5cm,top=2cm]{geometry} %%\usepackage[frenchle]{babel} \makeatletter \title{\texttt{pst-solides3d} :\\ Test} \date{\today } \begin{document} \maketitle \section {Test axesIID} \begin{pspicture}(-2.5,-2)(2.5,3) \axesIIID(0.5,0.5,0.5)(1,1,1) \end{pspicture} \quad \begin{pspicture}(-2.5,-2)(2.5,3) \axesIIID[mathLabel=false](0.5,0.5,0.5)(1,1,1) \end{pspicture} \quad \begin{pspicture}(-2.5,-2)(2.5,3) \axesIIID[axisemph=\bfseries,mathLabel=false](0.5,0.5,0.5)(1,1,1) \end{pspicture} \begin{pspicture}(-2.5,-2)(2.5,3) \axesIIID[showOrigin=false,axisemph=\scriptstyle](0.5,0.5,0.5)(1,1,1) \psdot(O) \end{pspicture} \quad \begin{pspicture}(-2.5,-2)(2.5,3) \axesIIID[axisnames={a,b,c}, axisemph={\mbox{\boldmath}\color{red}}](0,0,0)(1,1,1) \end{pspicture} \quad \begin{pspicture}(-2.5,-2)(2.5,3) \axesIIID[mathLabel=false,axisnames={il,\textsf{etait},\textbf{une\ fois}}, axisemph={\Large}](0,0,0)(1,1,1) \end{pspicture} \begin{pspicture}(-2.5,-2)(2.5,3) \axesIIID[axisnames={\mathcal{U},\mathcal{V},\mathcal{W}}](0,0,0)(1,1,1) \end{pspicture} %% 5 \qquad \begin{pspicture}(-2.5,-2)(2.5,3) \axesIIID[axisnames={1,2,3},labelsep=2pt,arrows=-, linecolor=blue](0,0,0)(1,1,1) \end{pspicture} \qquad \begin{pspicture}(-2.5,-2)(2.5,3) \axesIIID[axisnames={1,2,3},labelsep=2pt,arrows=-|, showOrigin=false,linecolor=blue](0.3,0.3,0.3)(1,1,1) \psdot(O) \end{pspicture} \end{document}