[pstricks] removing labels from a 3d-plot

Herbert Voss Herbert.Voss at FU-Berlin.DE
Sat Dec 4 08:06:34 CET 2010


Am 04.12.2010 01:10, schrieb Arturo Rinaldi:
> i'd like to remove labels from a 3d plot , here's the code :

I do not get any labels and ticks here with current
pst-3dplot: http://perce.de/temp/20101204.png

Please do not put the code inside / ... /

\documentclass[a4paper,11pt]{report}
\usepackage{pst-3dplot}
\pagestyle{empty}

\begin{document}
\psset{Alpha=75,unit=4}
\begin{pspicture}(-0.6,-1)(2,2)
\psset{arrowscale=1.5,arrowinset=0,dotstyle=*,dotscale=1.5,drawCoor}
\pstThreeDCoor[linecolor=black,xMin=-0.5,xMax=2,yMin=-0.5,yMax=2,zMin=-0.5,zMax=2]
\pstThreeDLine[linecolor=red,linestyle=dashed](1.5,0,0)(0,1.5,0)
\pstThreeDLine[linecolor=red,linestyle=dashed](0,1.5,0)(0,0,1.5)
\pstThreeDLine[linecolor=red,linestyle=dashed](0,0,1.5)(1.5,0,0)

\pstThreeDDot[linecolor=blue]( 1.5 ,0 , 0)
\pstThreeDDot[linecolor=blue]( 0 ,1.5 , 0)
\pstThreeDDot[linecolor=blue]( 0 ,0 , 1.5)
\pstThreeDPut(1.5,0.1,-0.1){$\sqrt{E_s}$}
\pstThreeDPut(0.1,1.5,-0.1){$\sqrt{E_s}$}
\pstThreeDPut(0.1,-0.1,1.6){$\sqrt{E_s}$}
\end{pspicture}

\end{document}

Herbert


More information about the PSTricks mailing list