diff options
author | Karl Berry <karl@freefriends.org> | 2016-05-18 21:58:12 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2016-05-18 21:58:12 +0000 |
commit | 22e4774349abb62daba9d0ec279ea58711e7ee43 (patch) | |
tree | 9f15ec802f63c1d0a7a285dff33713bc43cbc327 /Master/texmf-dist/tex/generic/pst-plot | |
parent | 3a8ec24e77ca435a85caa5ade336d6d4d7f847b1 (diff) |
pst-plot (18may16)
git-svn-id: svn://tug.org/texlive/trunk@41242 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex/generic/pst-plot')
-rw-r--r-- | Master/texmf-dist/tex/generic/pst-plot/pst-plot.tex | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/Master/texmf-dist/tex/generic/pst-plot/pst-plot.tex b/Master/texmf-dist/tex/generic/pst-plot/pst-plot.tex index 20d95e6047b..86310023310 100644 --- a/Master/texmf-dist/tex/generic/pst-plot/pst-plot.tex +++ b/Master/texmf-dist/tex/generic/pst-plot/pst-plot.tex @@ -1,4 +1,4 @@ -% $Id: pst-plot.tex 302 2016-05-10 06:43:46Z herbert $ +% $Id: pst-plot.tex 304 2016-05-18 17:25:06Z herbert $ %% %% BEGIN pst-plot.tex %% @@ -23,8 +23,8 @@ \ifx\PSTFPloaded\endinput\else \input pst-fp.tex \fi \ifx\MultidoLoaded\endinput\else \input multido.tex \fi % -\def\fileversion{1.74} -\def\filedate{2016/05/11} +\def\fileversion{1.75} +\def\filedate{2016/05/18} \message{ v\fileversion, \filedate\space (tvz,hv)} % \edef\TheAtCode{\the\catcode`\@} @@ -2519,6 +2519,7 @@ D\space##1% % \def\psgraph{\pst@object{psgraph}} \def\psgraph@i{% + \let\psgraph@para\pst@par \let\psk@save@arrowA\psk@arrowA \let\psk@save@arrowB\psk@arrowB \pst@getarrows\psgraph@ii} @@ -2529,7 +2530,7 @@ D\space##1% \def\psgraph@iv(#1,#2)(#3,#4)#5#6{% no special origin defined % minX | minY | maxX | maxY | Length x-axis | length y-axis% \pst@killglue% - \let\psgraph@para\pst@par +% \let\psgraph@para\pst@par \begingroup % \bgroup \use@keep@par @@ -2563,7 +2564,7 @@ D\space##1% \rput[lb](0,0){\expandafter\psgrid\psk@gridcoor} \fi \ifnum\psk@axespos=0 - \psaxes(#1,#2)(#3,#4)% + \expandafter\psaxes\expandafter[\psgraph@para](#1,#2)(#3,#4)% \else \xdef\psgraph@coor{(#1,#2)(#3,#4)(#5,#6)}% \fi |