From 13f08c0e9739d32f0a90a13abc3023ceb7a08bd2 Mon Sep 17 00:00:00 2001 From: Karl Berry Date: Mon, 18 Aug 2014 22:27:20 +0000 Subject: pst-plot (18aug14) git-svn-id: svn://tug.org/texlive/trunk@34966 c570f23f-e606-0410-a88d-b1316a301751 --- Master/texmf-dist/tex/generic/pst-plot/pst-plot.tex | 13 +++++++++---- 1 file changed, 9 insertions(+), 4 deletions(-) (limited to 'Master/texmf-dist/tex/generic/pst-plot') 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 } % -- cgit v1.2.3