[pstricks] picture with pst-3dplot

Herbert Voss Herbert.Voss at alumni.TU-Berlin.DE
Mon Nov 1 20:51:48 CET 2004


Denis Verges wrote:

> I am back with my old problem : I want the picture attached with pst-3dplot.
> How can I do ?

this maybe a start

Herbert

\documentclass[a4paper,12pt]{article}
\usepackage{pstricks}
\usepackage{pst-3dplot}
%
\begin{document}

\psframebox{
\begin{pspicture*}(-1,-2)(10,10)
   \psset{Beta=30,Alpha=150}
   \pstThreeDCoor[xMin=0,yMin=0,zMin=0,xMax=7,yMax=7,zMax=10,IIIDticks]
 
\psplotThreeD[xPlotpoints=15,yPlotpoints=15,drawStyle=xyLines](0,7)(0,7){%
      x dup mul y dup mul 2 mul add x 6 mul sub y 4 mul sub 3 add
      10 div }% 10 div only for scaling
\end{pspicture*}
}

\end{document}



-- 
http://TeXnik.de/
http://PSTricks.de/
ftp://ftp.dante.de/tex-archive/info/math/voss/Voss-Mathmode.pdf
http://www.dante.de/faq/de-tex-faq/
http://www.tex.ac.uk/cgi-bin/texfaq2html?introduction=yes




More information about the PSTricks mailing list