summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/generic/pst-3dplot/pst-3dplot-doc.tex
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2014-02-01 23:14:20 +0000
committerKarl Berry <karl@freefriends.org>2014-02-01 23:14:20 +0000
commit60f0faae3b2bbda610961f5bae1a8263c32c5f25 (patch)
tree4179908cc3ce60af3afe8745b310a59024b1b977 /Master/texmf-dist/doc/generic/pst-3dplot/pst-3dplot-doc.tex
parentba4afd63a042ff0ad82becb55bbdd8e9ddb0fbe9 (diff)
pst-3dplot (1feb14)
git-svn-id: svn://tug.org/texlive/trunk@32843 c570f23f-e606-0410-a88d-b1316a301751
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.tex22
1 files changed, 16 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 ec63804f6d5..14096e51ce1 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 879 2014-01-30 09:44:31Z herbert $
+%% $Id: pst-3dplot-doc.tex 882 2014-02-01 13:12:37Z herbert $
\documentclass[11pt,english,BCOR10mm,DIV12,bibliography=totoc,parskip=false,smallheadings
headexclude,footexclude,oneside,dvipsnames,svgnames]{pst-doc}
\listfiles
@@ -516,6 +516,10 @@ is \Lkeyword{Alpha}. The angle \Lkeyword{Beta} is not valid.
\end{pspicture}
\end{LTXexample}
+
+
+
+
With \Lkeyword{coorType}=2 the y--z-axes are orthogonal and the angle between x- and y-axis
is always 135 degrees and the x-axis is shortened by a factor of $1/\sqrt{2}$.
The angle \Lkeyword{Alpha} is only valid for placing the ticks, if any. The angle \Lkeyword{Beta} is not valid.
@@ -564,14 +568,20 @@ The angle \Lkeyword{Beta} is not valid.
\end{pspicture}
\end{LTXexample}
-
+%\setIIIDplotDefaults
+\psset{unit=1cm}
\xLkeyword{coorType}
-\begin{LTXexample}[width=9.75cm]
-\begin{pspicture}(-3,-2)(6,6)
+\begin{LTXexample}[width=9cm]
\psset{coorType=6}
+\begin{pspicture}(-3,-2)(6,6)
+\psset{IIIDxTicksPlane=xz,IIIDyTicksPlane=yz}
\pstThreeDCoor[xMin=0,xMax=5,yMin=0,yMax=5,
- zMin=0,zMax=5, IIIDticks,spotX=0,IIIDlabels=false,
- linewidth=1.5pt,linecolor=red]
+ zMin=0,zMax=5,IIIDticks,spotX=180,
+ IIIDlabels=false,linecolor=red]%
+\multido{\iA=1+1}{4}{\footnotesize%
+ \pstThreeDPut(\iA,-0.3,0.1){\iA}%
+ \pstThreeDPut(-0.3,\iA,0.1){\iA}%
+ \pstThreeDPut(0,-0.3,\iA){\iA}}
\end{pspicture}
\end{LTXexample}