[pstricks] pictures in 3d
Herbert Voss
LaTeX at zedat.fu-berlin.de
Wed Jun 15 18:32:53 CEST 2005
Denis Vergès wrote:
> I have great problems with the three pictures in :
>
> http://www.ac-noumea.nc/maths/doc/bac/2004/ESSpeCaledo2004.pdf (page 4)
>
> using pst-3d.
>
> \psset{xunit=0.4cm,yunit=0.4cm,xMin=0.01,xMax=10,yMin=0.01,yMax=10,zMin=0.01,zMax=6.81,Alpha=135,Beta=120}
>
> \begin{pspicture}(0,0)(10,10)
> \pstThreeDCoor
> \pstThreeDBox(0,0,0)(10,0,0)(0,10,0)(0,0,10)
> \psplotThreeD[linecolor=blue,plotstyle=line,drawStyle=xLines,hiddenLine=true](0.01,0.01)(10,10){x
> 1 3 div exp y 1 2 div exp mul}...
\psset{xunit=0.4cm,yunit=0.4cm,xMin=0.01,xMax=10,yMin=0.01,yMax=10,zMin=0.01,zMax=6.81,Alpha=135,Beta=120}
\begin{pspicture}(0,0)(10,10)
\pstThreeDCoor
\pstThreeDBox(0,0,0)(10,0,0)(0,10,0)(0,0,10)
\psplotThreeD[linecolor=blue,plotstyle=line,drawStyle=xyLines](0.01,10)(0.01,10){x
1 3 div exp y 1 2 div exp mul}
\end{pspicture}
\psplotThreeD(xMin,xMax)(yMin,yMax)
Herbert
More information about the PSTricks
mailing list