summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/generic/pst-3dplot
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2008-11-20 17:03:02 +0000
committerKarl Berry <karl@freefriends.org>2008-11-20 17:03:02 +0000
commit1ec2e75f7cd8e7526e809429e1d7c57add26ca8f (patch)
treef1a3b3a39348fbb517a228012e17494ee9c6535a /Master/texmf-dist/doc/generic/pst-3dplot
parent8c86a1e7745880e73684de781f2bddf6a2b9b7af (diff)
pst-3dplot update (19nov08)
git-svn-id: svn://tug.org/texlive/trunk@11380 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/generic/pst-3dplot')
-rw-r--r--Master/texmf-dist/doc/generic/pst-3dplot/Changes1
-rw-r--r--Master/texmf-dist/doc/generic/pst-3dplot/pst-3dplot-doc.pdfbin2274425 -> 2274786 bytes
-rw-r--r--Master/texmf-dist/doc/generic/pst-3dplot/pst-3dplot-doc.tex18
3 files changed, 13 insertions, 6 deletions
diff --git a/Master/texmf-dist/doc/generic/pst-3dplot/Changes b/Master/texmf-dist/doc/generic/pst-3dplot/Changes
index 152f42d9895..501997297bb 100644
--- a/Master/texmf-dist/doc/generic/pst-3dplot/Changes
+++ b/Master/texmf-dist/doc/generic/pst-3dplot/Changes
@@ -13,6 +13,7 @@ pst-3dplot.pro --------
pst-3dplot.tex --------
+1.83 2008-11-18 - fix for a missing \if@IIIDlabels for x labels
1.82 2008-11-12 - rewrote \pstThreeDCircle to allow non perpendicular vectors
for the circle plane
1.81 2008-04-05 - rename the internal variablesIIID to prevent clash
diff --git a/Master/texmf-dist/doc/generic/pst-3dplot/pst-3dplot-doc.pdf b/Master/texmf-dist/doc/generic/pst-3dplot/pst-3dplot-doc.pdf
index 404a71cc82e..97c8f75aff4 100644
--- a/Master/texmf-dist/doc/generic/pst-3dplot/pst-3dplot-doc.pdf
+++ b/Master/texmf-dist/doc/generic/pst-3dplot/pst-3dplot-doc.pdf
Binary files differ
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}