diff options
author | Karl Berry <karl@freefriends.org> | 2013-01-04 23:28:42 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2013-01-04 23:28:42 +0000 |
commit | 128f3fd93dbeca96fa4580608e2cf46fa785ee17 (patch) | |
tree | c405073031a42730be0195e9ff67629ec0c1ead3 /Master/texmf-dist/tex | |
parent | 7814890a8e7b65ad8f6c46b01626af1523c06bfb (diff) |
pst-plot (4jan13)
git-svn-id: svn://tug.org/texlive/trunk@28729 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex')
-rw-r--r-- | Master/texmf-dist/tex/generic/pst-plot/pst-plot.tex | 13 |
1 files changed, 7 insertions, 6 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 10eff2cf764..b5df166151e 100644 --- a/Master/texmf-dist/tex/generic/pst-plot/pst-plot.tex +++ b/Master/texmf-dist/tex/generic/pst-plot/pst-plot.tex @@ -1,11 +1,11 @@ -% $Id: pst-plot.tex 727 2012-11-17 21:28:37Z herbert $ +% $Id: pst-plot.tex 744 2013-01-03 19:54:37Z herbert $ %% BEGIN pst-plot.tex %% %% plotting functions and data with PSTricks. %% See the betadoc documentation for usage. %% %% COPYRIGHT 1993, 1994, 1999 by Timothy Van Zandt, tvz@nwu.edu. -%% COPYRIGHT 2009-2012 by Herbert Voss, hvoss@tug.org. +%% COPYRIGHT 2009-2013 by Herbert Voss, hvoss@tug.org. %% %% This program can be redistributed and/or modified under the terms %% of the LaTeX Project Public License Distributed from CTAN @@ -20,8 +20,8 @@ \ifx\PSTFPloaded\endinput\else \input pst-fp.tex \fi \ifx\MultidoLoaded\endinput\else \input multido.tex \fi % -\def\fileversion{1.43} -\def\filedate{2012/11/17} +\def\fileversion{1.44} +\def\filedate{2013/01/03} \message{ v\fileversion, \filedate\space (tvz,hv)} % \edef\TheAtCode{\the\catcode`\@} @@ -2081,7 +2081,7 @@ D\space##1% \edef\pst@tempB{\pst@int{\pst@tempA}} % \divide\pst@cnta\psk@dx\relax% % Number of ticks/labels \multido{\nA=#3+1}{\pst@tempB}{\uput{\psxlabelsep}[-90]{\pst@xLabelsRot}(\nA,0)%\psxlabelsep) - {\strut\psPutXLabel{\nA}}}% + {\strut\pshlabel{\psPutXLabel{\nA}}}}% \fi% } % Knows \pst@dimb and \pst@cnta @@ -2126,7 +2126,8 @@ D\space##1% \pstFPadd\pst@tempA{1.55}{\pst@tempA} % to prevent rounding errors \edef\pst@tempB{\pst@int{\pst@tempA}} % \divide\pst@cnta\psk@dy\relax% % Number of ticks/labels - \multido{\nA=#3+1}{\pst@tempB}{\uput{\psylabelsep}[180]{\pst@yLabelsRot}(0,\nA){\strut\psPutYLabel{\nA}}}% + \multido{\nA=#3+1}{\pst@tempB}{\uput{\psylabelsep}[180]{\pst@yLabelsRot}(0,\nA){% + \strut\expandafter\psvlabel\expandafter{\psPutYLabel{\nA}}}}% \fi% } % \pst@dima: the width between two labels in pt |