diff options
author | Karl Berry <karl@freefriends.org> | 2012-03-28 22:56:08 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2012-03-28 22:56:08 +0000 |
commit | 74fe3095249570cc3ce516ff884bb594ca439882 (patch) | |
tree | f0e4771d94cd2afed8dd2bb4b8a630b3e14642e3 /Master/texmf-dist/tex/generic/pst-plot/pst-plot.tex | |
parent | bd7118119e1f7d28877eef6b1df94877441ea043 (diff) |
pst-plot (26mar12)
git-svn-id: svn://tug.org/texlive/trunk@25765 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex/generic/pst-plot/pst-plot.tex')
-rw-r--r-- | Master/texmf-dist/tex/generic/pst-plot/pst-plot.tex | 16 |
1 files changed, 8 insertions, 8 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 59aaeb82e9b..b53b1b82a89 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 668 2012-03-13 16:48:37Z herbert $ +% $Id: pst-plot.tex 669 2012-03-14 19:33:54Z 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/11 by Herbert Voss, hvoss@tug.org. +%% COPYRIGHT 2009-2012 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.39} -\def\filedate{2012/03/13} +\def\fileversion{1.40} +\def\filedate{2012/03/14} \message{ v\fileversion, \filedate\space (tvz,hv)} % \edef\TheAtCode{\the\catcode`\@} @@ -2015,10 +2015,10 @@ D\space##1% \else \pst@cnta=#1\relax% % Distance (in sp) to end. \pstFPdiv\pst@tempA{\the\pst@cnta}{\psk@dx} - \pstFPadd\pst@tempA{0.555}{\pst@tempA} % to prevent rounding errors + \pstFPadd\pst@tempA{1.55}{\pst@tempA} % to prevent rounding errors \edef\pst@tempB{\pst@int{\pst@tempA}} % \divide\pst@cnta\psk@dx\relax% % Number of ticks/labels - \multido{\nA=#3+1}{\numexpr \pst@tempB+1}{\uput{\psxlabelsep}[-90]{\pst@xLabelsRot}(\nA,0)%\psxlabelsep) + \multido{\nA=#3+1}{\pst@tempB}{\uput{\psxlabelsep}[-90]{\pst@xLabelsRot}(\nA,0)%\psxlabelsep) {\strut\psPutXLabel{\nA}}}% \fi% } @@ -2061,10 +2061,10 @@ D\space##1% \else% \pst@cnta=#1\relax% % % Distance (in sp) to end. \pstFPdiv\pst@tempA{\the\pst@cnta}{\psk@dy} - \pstFPadd\pst@tempA{0.555}{\pst@tempA} % to prevent rounding errors + \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}{\numexpr \pst@tempB+1}{\uput{\psylabelsep}[180]{\pst@yLabelsRot}(0,\nA){\strut\psPutYLabel{\nA}}}% + \multido{\nA=#3+1}{\pst@tempB}{\uput{\psylabelsep}[180]{\pst@yLabelsRot}(0,\nA){\strut\psPutYLabel{\nA}}}% \fi% } % \pst@dima: the width between two labels in pt |