diff options
Diffstat (limited to 'Master/texmf-dist')
-rw-r--r-- | Master/texmf-dist/doc/generic/pst-plot/Changes | 1 | ||||
-rw-r--r-- | Master/texmf-dist/doc/generic/pst-plot/pst-plot-doc.pdf | bin | 1324428 -> 1329496 bytes | |||
-rw-r--r-- | Master/texmf-dist/doc/generic/pst-plot/pst-plot-doc.tex | 2 | ||||
-rw-r--r-- | Master/texmf-dist/tex/generic/pst-plot/pst-plot.tex | 11 |
4 files changed, 8 insertions, 6 deletions
diff --git a/Master/texmf-dist/doc/generic/pst-plot/Changes b/Master/texmf-dist/doc/generic/pst-plot/Changes index 67608744b84..4e321f35d1f 100644 --- a/Master/texmf-dist/doc/generic/pst-plot/Changes +++ b/Master/texmf-dist/doc/generic/pst-plot/Changes @@ -1,4 +1,5 @@ ----- pst-plot.tex +1.75 2016-05-18 - fix bug with psgraph and position of labels 1.74 2016-05-11 - fix bug with trailing space 1.73 2016-05-10 - added option plotYMax to ignore values greater than diff --git a/Master/texmf-dist/doc/generic/pst-plot/pst-plot-doc.pdf b/Master/texmf-dist/doc/generic/pst-plot/pst-plot-doc.pdf Binary files differindex 991ff964ea9..473ad134222 100644 --- a/Master/texmf-dist/doc/generic/pst-plot/pst-plot-doc.pdf +++ b/Master/texmf-dist/doc/generic/pst-plot/pst-plot-doc.pdf diff --git a/Master/texmf-dist/doc/generic/pst-plot/pst-plot-doc.tex b/Master/texmf-dist/doc/generic/pst-plot/pst-plot-doc.tex index 36152fbe08a..7876b6b93fd 100644 --- a/Master/texmf-dist/doc/generic/pst-plot/pst-plot-doc.tex +++ b/Master/texmf-dist/doc/generic/pst-plot/pst-plot-doc.tex @@ -1,4 +1,4 @@ -% $Id: pst-plot-doc.tex 301 2016-05-09 20:26:34Z herbert $ +% $Id: pst-plot-doc.tex 303 2016-05-12 20:44:22Z herbert $ \documentclass[11pt,english,BCOR10mm,DIV12,bibliography=totoc,parskip=false,smallheadings headexclude,footexclude,oneside,dvipsnames,svgnames]{pst-doc} \listfiles 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 |