summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/tex/generic/pst-plot
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2014-08-18 22:27:20 +0000
committerKarl Berry <karl@freefriends.org>2014-08-18 22:27:20 +0000
commit13f08c0e9739d32f0a90a13abc3023ceb7a08bd2 (patch)
treee762ac3db10a9e027e9bb10f94bab448daffa8c9 /Master/texmf-dist/tex/generic/pst-plot
parentf450cfe10236bc1829899d0ff07e8c7a50f6da54 (diff)
pst-plot (18aug14)
git-svn-id: svn://tug.org/texlive/trunk@34966 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.tex13
1 files changed, 9 insertions, 4 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 d38596eddc2..ce0d589e60b 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 64 2014-08-04 07:26:55Z herbert $
+% $Id: pst-plot.tex 69 2014-08-17 20:35:59Z herbert $
%%
%% BEGIN pst-plot.tex
%%
@@ -22,8 +22,8 @@
\ifx\PSTFPloaded\endinput\else \input pst-fp.tex \fi
\ifx\MultidoLoaded\endinput\else \input multido.tex \fi
%
-\def\fileversion{1.68}
-\def\filedate{2014/08/04}
+\def\fileversion{1.69}
+\def\filedate{2014/08/17}
\message{ v\fileversion, \filedate\space (tvz,hv)}
%
\edef\TheAtCode{\the\catcode`\@}
@@ -2314,7 +2314,10 @@ D\space##1%
\let\pslegend@text\relax% define it as empty
%
\def\psgraph{\pst@object{psgraph}}
-\def\psgraph@i{\pst@getarrows\psgraph@ii}
+\def\psgraph@i{%
+ \let\psk@save@arrowA\psk@arrowA
+ \let\psk@save@arrowB\psk@arrowB
+ \pst@getarrows\psgraph@ii}
\def\psgraph@ii(#1,#2){\catcode`\!=12\relax
\@ifnextchar({\psgraph@iii(#1,#2)}{\psgraph@iv(0,0)(#1,#2)}}
\def\psgraph@iii(#1,#2)(#3,#4){\@ifnextchar({\psgraph@v(#1,#2)(#3,#4)}{\psgraph@iv(#1,#2)(#3,#4)}}
@@ -2451,6 +2454,8 @@ D\space##1%
\fi%
\fi%
\xdef\psgraphLLx{#3}\xdef\psgraphLLy{#4}\xdef\psgraphURx{#5}\xdef\psgraphURy{#6}%
+ \global\let\psk@arrowA\psk@save@arrowA
+ \global\let\psk@arrowB\psk@save@arrowB
\ignorespaces
}
%