summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/tex/generic/pst-3dplot
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/tex/generic/pst-3dplot
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/tex/generic/pst-3dplot')
-rw-r--r--Master/texmf-dist/tex/generic/pst-3dplot/pst-3dplot.tex50
1 files changed, 40 insertions, 10 deletions
diff --git a/Master/texmf-dist/tex/generic/pst-3dplot/pst-3dplot.tex b/Master/texmf-dist/tex/generic/pst-3dplot/pst-3dplot.tex
index 5d0b885759d..f987eca30b6 100644
--- a/Master/texmf-dist/tex/generic/pst-3dplot/pst-3dplot.tex
+++ b/Master/texmf-dist/tex/generic/pst-3dplot/pst-3dplot.tex
@@ -1,4 +1,4 @@
-%% $Id: pst-3dplot.tex 879 2014-01-30 09:44:31Z herbert $
+%% $Id: pst-3dplot.tex 881 2014-02-01 11:13:25Z herbert $
%%
%% This is file `pst-3dplot.tex',
%%
@@ -6,7 +6,7 @@
%%
%% Package `pst-3dplot.tex'
%%
-%% Herbert Voss <voss _at_ perce.de>
+%% Herbert Voss <hvoss _at_ tug.org>
%% with contributions of Darrell Lamm <darrell.lamm _at_ gtri.gatech.edu<
%%
%% This program can be redistributed and/or modified under the terms
@@ -27,8 +27,8 @@
\ifx\PSTMultidoLoaded\endinput\else \input multido.tex\fi
\ifx\PSTXKeyLoaded\endinput\else \input pst-xkey \fi
%
-\def\fileversion{1.98}
-\def\filedate{2013/01/30}
+\def\fileversion{1.99}
+\def\filedate{2013/02/01}
\message{`PST-3dplot' v\fileversion, \filedate\space (HV,DL)}
%
\edef\PstAtCode{\the\catcode`\@} \catcode`\@=11\relax
@@ -384,7 +384,12 @@
\multido{\nA=\pst@tempD+\psk@Dx,
\rB=\pst@tempC+\psk@ThreeDplot@deltax}
{\the\pst@cntx}{%
- \pstThreeDLine[arrows=-](\rB,\pst@tempA,\pst@OffsetZ)(\rB,\pst@tempB,\pst@OffsetZ)%
+ \ifx\psk@IIIDxTicksPlane\ThreeDplot@planeXY
+ \pstThreeDLine[arrows=-](\rB,\pst@tempA,\pst@OffsetZ)(\rB,\pst@tempB,\pst@OffsetZ)%
+ \else
+ \ifx\psk@IIIDxTicksPlane\ThreeDplot@planeXZ
+ \pstThreeDLine[arrows=-](\rB,\pst@OffsetZ,\pst@tempA)(\rB,\pst@OffsetZ,\pst@tempB)%
+ \fi\fi
\ifPst@IIIDlabels%
\pstPlanePut[plane=\psk@IIIDxTicksPlane](\rB,\pst@tempE,\pst@OffsetZ){%
\psxyzlabel{\expandafter\@LabelComma\nA..\@nil\psk@xlabelFactor}}%
@@ -408,7 +413,12 @@
\multido{\nA=\pst@tempD+-\psk@Dx,
\rB=\pst@tempC+-\psk@ThreeDplot@deltax}
{\the\pst@cntx}{%
- \pstThreeDLine[arrows=-](\rB,\pst@tempA,\pst@OffsetZ)(\rB,\pst@tempB,\pst@OffsetZ)%
+ \ifx\psk@IIIDxTicksPlane\ThreeDplot@planeXY
+ \pstThreeDLine[arrows=-](\rB,\pst@tempA,\pst@OffsetZ)(\rB,\pst@tempB,\pst@OffsetZ)%
+ \else
+ \ifx\psk@IIIDxTicksPlane\ThreeDplot@planeXZ
+ \pstThreeDLine[arrows=-](\rB,\pst@OffsetY,\pst@tempA)(\rB,\pst@OffsetZ,\pst@tempB)%
+ \fi\fi
\ifPst@IIIDlabels%
\pstPlanePut[plane=\psk@IIIDxTicksPlane](\rB,\pst@tempE,\pst@OffsetZ){%
\psxyzlabel{\expandafter\@LabelComma\nA..\@nil\psk@xlabelFactor}}%
@@ -436,7 +446,12 @@
\multido{\nA=\pst@tempD+\psk@Dy,
\rB=\pst@tempC+\psk@ThreeDplot@deltay}
{\the\pst@cnty}{%
- \pstThreeDLine[arrows=-](\pst@tempA,\rB,\pst@OffsetZ)(\pst@tempB,\rB,\pst@OffsetZ)%
+ \ifx\psk@IIIDyTicksPlane\ThreeDplot@planeXY
+ \pstThreeDLine[arrows=-](\pst@tempA,\rB,\pst@OffsetZ)(\pst@tempB,\rB,\pst@OffsetZ)%
+ \else
+ \ifx\psk@IIIDyTicksPlane\ThreeDplot@planeYZ
+ \pstThreeDLine[arrows=-](\pst@OffsetX,\rB,\pst@tempA)(\pst@OffsetX,\rB,\pst@tempB)%
+ \fi\fi
\ifPst@IIIDlabels%
\pstPlanePut[plane=\psk@IIIDyTicksPlane](\pst@tempE,\rB,\pst@OffsetZ){%
\psxyzlabel{\expandafter\@LabelComma\nA..\@nil\psk@ylabelFactor}}%
@@ -460,7 +475,12 @@
\multido{\nA=\pst@tempD+-\psk@Dy,%
\rB=\pst@tempC+-\psk@ThreeDplot@deltay}
{\the\pst@cnty}{%
- \pstThreeDLine[arrows=-](\pst@tempA,\rB,\pst@OffsetZ)(\pst@tempB,\rB,\pst@OffsetZ)%
+ \ifx\psk@IIIDyTicksPlane\ThreeDplot@planeXY
+ \pstThreeDLine[arrows=-](\pst@tempA,\rB,\pst@OffsetZ)(\pst@tempB,\rB,\pst@OffsetZ)%
+ \else
+ \ifx\psk@IIIDyTicksPlane\ThreeDplot@planeYZ
+ \pstThreeDLine[arrows=-](\pst@OffsetX,\rB,\pst@tempA)(\pst@OffsetX,\rB,\pst@tempB)%
+ \fi\fi
\ifPst@IIIDlabels%
\pstPlanePut[plane=\psk@IIIDyTicksPlane](\pst@tempE,\rB,\pst@OffsetZ){%
\psxyzlabel{\expandafter\@LabelComma\nA..\@nil\psk@ylabelFactor}}%
@@ -489,7 +509,12 @@
\multido{\nA=\pst@tempD+\psk@Dz,
\rB=\pst@tempC+\psk@ThreeDplot@deltaz}%
{\the\pst@cntz}{%
- \pstThreeDLine[arrows=-](\pst@OffsetX,\pst@tempA,\rB)(\pst@OffsetX,\pst@tempB,\rB)%
+ \ifx\psk@IIIDzTicksPlane\ThreeDplot@planeYZ
+ \pstThreeDLine[arrows=-](\pst@OffsetX,\pst@tempA,\rB)(\pst@OffsetX,\pst@tempB,\rB)%
+ \else
+ \ifx\psk@IIIDzTicksPlane\ThreeDplot@planeXZ
+ \pstThreeDLine[arrows=-](\pst@tempA,\pst@OffsetY,\rB)(\pst@tempB,\pst@OffsetY,\rB)%
+ \fi\fi
\ifPst@IIIDlabels%
% \pshlabel{\psk@labelFontSize\expandafter\@LabelComma##1..\@nil\psk@xlabelFactor}%
\pstPlanePut[plane=\psk@IIIDzTicksPlane](\pst@OffsetX,\pst@tempE,\rB){%
@@ -512,7 +537,12 @@
\edef\@xyDecimals{\psk@xDecimals}%
\multido{\nA=\pst@tempD+-\psk@Dz,%
\rB=\pst@tempC+-\psk@ThreeDplot@deltaz}{\the\pst@cntz}{%
- \pstThreeDLine[arrows=-](\pst@OffsetX,\pst@tempA,\rB)(\pst@OffsetX,\pst@tempB,\rB)%
+ \ifx\psk@IIIDzTicksPlane\ThreeDplot@planeYZ
+ \pstThreeDLine[arrows=-](\pst@OffsetX,\pst@tempA,\rB)(\pst@OffsetX,\pst@tempB,\rB)%
+ \else
+ \ifx\psk@IIIDzTicksPlane\ThreeDplot@planeXZ
+ \pstThreeDLine[arrows=-](\pst@tempA,\pst@OffsetY,\rB)(\pst@tempB,\pst@OffsetY,\rB)%
+ \fi\fi
\ifPst@IIIDlabels%
\pstPlanePut[plane=\psk@IIIDzTicksPlane](\pst@OffsetX,\pst@tempE,\rB){%
\psxyzlabel{\expandafter\@LabelComma\nA..\@nil\psk@zlabelFactor}}%