From 74fe3095249570cc3ce516ff884bb594ca439882 Mon Sep 17 00:00:00 2001 From: Karl Berry Date: Wed, 28 Mar 2012 22:56:08 +0000 Subject: pst-plot (26mar12) git-svn-id: svn://tug.org/texlive/trunk@25765 c570f23f-e606-0410-a88d-b1316a301751 --- Master/texmf-dist/tex/generic/pst-plot/pst-plot.tex | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) (limited to 'Master/texmf-dist/tex') 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 -- cgit v1.2.3