diff options
author | Karl Berry <karl@freefriends.org> | 2011-11-03 18:18:34 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2011-11-03 18:18:34 +0000 |
commit | 2b46076210d9d0b7ffec3cd884329f5ea6b86bb1 (patch) | |
tree | 47799b81b4878b44df601db111e5fe214d1f62dd | |
parent | 0916eb097b7ca548095cc29df8deddee5594fd3d (diff) |
pst-plot 1.32 (31oct11)
git-svn-id: svn://tug.org/texlive/trunk@24477 c570f23f-e606-0410-a88d-b1316a301751
-rw-r--r-- | Master/texmf-dist/doc/generic/pst-plot/Changes | 2 | ||||
-rw-r--r-- | Master/texmf-dist/doc/generic/pst-plot/pst-plot-doc.pdf | bin | 1169741 -> 1169740 bytes | |||
-rw-r--r-- | Master/texmf-dist/tex/generic/pst-plot/pst-plot.tex | 10 |
3 files changed, 7 insertions, 5 deletions
diff --git a/Master/texmf-dist/doc/generic/pst-plot/Changes b/Master/texmf-dist/doc/generic/pst-plot/Changes index 8a6d46ef469..2128f7e9b0d 100644 --- a/Master/texmf-dist/doc/generic/pst-plot/Changes +++ b/Master/texmf-dist/doc/generic/pst-plot/Changes @@ -1,4 +1,6 @@ ----- pst-plot.tex +1.32 2011-10-31 - take values Ox and Oy into account for + plot styles LineToXAxis and LineToYAxis 1.31 2011-10-24 - fixed bug with \psBoxplot 1.30 2011-07-20 - added new optional arguments xlabelsep and ylabelsep for setting labels on the 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 19a46ad2131..4d4cf57ba70 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/tex/generic/pst-plot/pst-plot.tex b/Master/texmf-dist/tex/generic/pst-plot/pst-plot.tex index 7d8fb31ebdc..3a3a7488a93 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 587 2011-10-24 20:15:21Z herbert $ +% $Id: pst-plot.tex 592 2011-10-31 18:10:30Z herbert $ %% BEGIN pst-plot.tex %% %% plotting functions and data with PSTricks. @@ -20,8 +20,8 @@ \ifx\PSTFPloaded\endinput\else \input pst-fp.tex \fi \ifx\MultidoLoaded\endinput\else \input multido.tex \fi % -\def\fileversion{1.31} -\def\filedate{2011/10/24} +\def\fileversion{1.32} +\def\filedate{2011/10/31} \message{ v\fileversion, \filedate\space (tvz,hv)} % \edef\TheAtCode{\the\catcode`\@} @@ -521,12 +521,12 @@ D\space##1% % added 2007-06-26 (hv) ------------------------------------------------- \def\tx@LineToYAxis{LineToYAxis } \def\psLineToYAxis@ii{% -\addto@pscode{\pst@cp \psline@iii \tx@LineToYAxis}% +\addto@pscode{\pst@cp \psline@iii \psk@Ox\space \pst@number\psxunit mul \tx@LineToYAxis}% \end@OpenObj} % \def\tx@LineToXAxis{LineToXAxis } \def\psLineToXAxis@ii{% -\addto@pscode{\pst@cp \psline@iii \tx@LineToXAxis}% +\addto@pscode{\pst@cp \psline@iii \psk@Oy\space \pst@number\psyunit mul \tx@LineToXAxis}% \end@OpenObj} % \define@key[psset]{pst-plot}{PSfont}[Times-Roman]{\def\psk@PSfont{/#1 }} |