diff options
Diffstat (limited to 'Master/texmf-dist/doc/generic/pst-3dplot/pst-3dplot-doc.tex')
-rw-r--r-- | Master/texmf-dist/doc/generic/pst-3dplot/pst-3dplot-doc.tex | 27 |
1 files changed, 26 insertions, 1 deletions
diff --git a/Master/texmf-dist/doc/generic/pst-3dplot/pst-3dplot-doc.tex b/Master/texmf-dist/doc/generic/pst-3dplot/pst-3dplot-doc.tex index d3b83ab9c34..ec63804f6d5 100644 --- a/Master/texmf-dist/doc/generic/pst-3dplot/pst-3dplot-doc.tex +++ b/Master/texmf-dist/doc/generic/pst-3dplot/pst-3dplot-doc.tex @@ -1,6 +1,6 @@ \input{pst-3dplot-doc.dat} -%% $Id: pst-3dplot-doc.tex 467 2011-03-01 21:04:36Z herbert $ +%% $Id: pst-3dplot-doc.tex 879 2014-01-30 09:44:31Z herbert $ \documentclass[11pt,english,BCOR10mm,DIV12,bibliography=totoc,parskip=false,smallheadings headexclude,footexclude,oneside,dvipsnames,svgnames]{pst-doc} \listfiles @@ -551,6 +551,31 @@ The angles \Lkeyword{Alpha} and \Lkeyword{Beta} are not valid. \end{pspicture} \end{LTXexample} +With \Lkeyword{coorType}=5 the y--z-axes are orthogonal and the angle between x- and y-axis +is variable but should be 30 or 45 degrees and the x-axis is shortened by a factor of $0.5$. +The angle \Lkeyword{Beta} is not valid. + +\xLkeyval{yz}\xLkeyword{coorType} +\begin{LTXexample}[width=9.75cm] +\psset{coorType=5,Alpha=30, + IIIDxTicksPlane=yz} +\begin{pspicture}(-2,-2)(3,3) +\pstThreeDCoor[IIIDticks,zMax=3]% +\end{pspicture} +\end{LTXexample} + + +\xLkeyword{coorType} +\begin{LTXexample}[width=9.75cm] +\begin{pspicture}(-3,-2)(6,6) +\psset{coorType=6} +\pstThreeDCoor[xMin=0,xMax=5,yMin=0,yMax=5, + zMin=0,zMax=5, IIIDticks,spotX=0,IIIDlabels=false, + linewidth=1.5pt,linecolor=red] +\end{pspicture} +\end{LTXexample} + + \clearpage \section{Rotation} |