summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2016-05-18 21:58:12 +0000
committerKarl Berry <karl@freefriends.org>2016-05-18 21:58:12 +0000
commit22e4774349abb62daba9d0ec279ea58711e7ee43 (patch)
tree9f15ec802f63c1d0a7a285dff33713bc43cbc327
parent3a8ec24e77ca435a85caa5ade336d6d4d7f847b1 (diff)
pst-plot (18may16)
git-svn-id: svn://tug.org/texlive/trunk@41242 c570f23f-e606-0410-a88d-b1316a301751
-rw-r--r--Master/texmf-dist/doc/generic/pst-plot/Changes1
-rw-r--r--Master/texmf-dist/doc/generic/pst-plot/pst-plot-doc.pdfbin1324428 -> 1329496 bytes
-rw-r--r--Master/texmf-dist/doc/generic/pst-plot/pst-plot-doc.tex2
-rw-r--r--Master/texmf-dist/tex/generic/pst-plot/pst-plot.tex11
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
index 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
Binary files differ
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