[pstricks] removing labels from a 3d-plot

Arturo Rinaldi arty.net2 at gmail.com
Sat Dec 4 16:04:30 CET 2010


Il 04/12/2010 08:06, Herbert Voss ha scritto:
> 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
> _______________________________________________
> PSTricks mailing list
> PSTricks at tug.org
> http://tug.org/mailman/listinfo/pstricks
> archive: http://www.tug.org/pipermail/pstricks/
sorry, i meant removing {x,y,z} from the tips of the axes...is it possible ?

Regards,

           Arturo


More information about the PSTricks mailing list