summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/generic/pst-3dplot/pst-3dplot-doc.tex
diff options
context:
space:
mode:
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.tex18
1 files changed, 12 insertions, 6 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 fca24399945..5075b31c5dc 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,4 +1,4 @@
-%% $Id: pst-3dplot-doc.tex 50 2008-11-12 13:44:21Z herbert $
+%% $Id: pst-3dplot-doc.tex 55 2008-11-14 12:01:12Z herbert $
\listfiles
\begin{filecontents}{data3D.Roessler}
2.0, 0.0, 0.0
@@ -710,6 +710,7 @@ listed options with the predefined values.
\Lkeyword{nameZ} & <string> & \$z\$\\
\Lkeyword{spotZ} & <angle> & 90\\
\Lkeyword{IIIDticks} & false|true & false\\
+\Lkeyword{IIIDlabels} & false|true & false\\
\Lkeyword{Dx} & <value> & 1\\
\Lkeyword{Dy} & <value> & 1\\
\Lkeyword{Dz} & <value> & 1\\
@@ -812,8 +813,10 @@ Cartesian coordinate system.
\lstset{wide=true}
-\subsection{Ticks}
-With the option \Lkeyword{IIIDticks} the axes get ticks and labels. There are several
+\subsection{Ticks and labels}
+With the option \Lkeyword{IIIDticks} the axes get ticks and with \Lkeyword{IIIDlabels} labels.
+Without ticks are not possible.
+There are several
options to place the labels in right plane to get an optimal view. The view of the
ticklabels can be changed by redefining the macro
@@ -834,7 +837,8 @@ ticklabels can be changed by redefining the macro
\begin{LTXexample}[width=7.25cm]
\begin{pspicture}(-3,-2.5)(3,4)
\pstThreeDCoor[linecolor=black,%
- IIIDticks,xMin=-2,yMin=-2,zMin=-2]%
+ IIIDticks,IIIDlabels,
+ xMin=-2,yMin=-2,zMin=-2]%
\end{pspicture}
\end{LTXexample}
@@ -862,7 +866,8 @@ The following example shows a wrong placing of the labels, the planes should be
\psset{Alpha=-60,Beta=60}
\begin{pspicture}(-4,-2.25)(1,3)
\pstThreeDCoor[linecolor=black,%
- IIIDticks,planecorr=normal,
+ IIIDticks,IIIDlabels,
+ planecorr=normal,
Dx=2,Dy=1,Dz=0.25]%
\end{pspicture}
\end{LTXexample}
@@ -871,7 +876,8 @@ The following example shows a wrong placing of the labels, the planes should be
\psset{Alpha=-60,Beta=60}
\begin{pspicture}(-4,-2.25)(1,3)
\pstThreeDCoor[linecolor=black,%
- IIIDticks,planecorr=xyrot,
+ IIIDticks,IIIDlabels,
+ planecorr=xyrot,
Dx=2,Dy=1,Dz=0.25]%
\end{pspicture}
\end{LTXexample}