[pstricks] removing labels from a 3d-plot

Arturo Rinaldi arty.net2 at gmail.com
Sat Dec 4 01:10:27 CET 2010


i'd like to remove labels from a 3d plot , here's the code :

/\documentclass[a4paper,11pt]{report}/

/\usepackage{pst-3dplot}/

/\pagestyle{empty}/

/\begin{document}/

/\psset{unit=1.0,Alpha=75}/

/\begin{pspicture}(0,0)(2,5)/

/\psset{xunit=5cm,yunit=5cm,runit=5cm,arrowscale=1.5,arrowinset=0,dotstyle=*,dotscale=1.5,drawCoor=True}/

/\pstThreeDCoor[IIIDlabels=false,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)/

/%\psset{dotscale=0.01}/

/%\dotnode[linecolor=purple,dotscale=1.3](2,0,0){c}/

/\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}/*
*

*
*I think I have to put

/
IIIDlabels=false/


but it doesn't work.....any suggestion ?


thx in advance ;)


-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://tug.org/pipermail/pstricks/attachments/20101204/ce933bba/attachment.html>


More information about the PSTricks mailing list