diff options
author | Karl Berry <karl@freefriends.org> | 2014-05-16 21:10:31 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2014-05-16 21:10:31 +0000 |
commit | 4e52b2923f8e260dae545469f14084a60ae5909e (patch) | |
tree | f351121a483693e96dc05487068ccba8aaace472 /Master/texmf-dist/tex/generic | |
parent | 6cb6f06e6996a9ac39eb7e5fb56ceb0f29618f5b (diff) |
pst-plot (16may14)
git-svn-id: svn://tug.org/texlive/trunk@34063 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex/generic')
-rw-r--r-- | Master/texmf-dist/tex/generic/pst-plot/pst-plot.tex | 12 |
1 files changed, 5 insertions, 7 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 cb97e0d5d5d..bccb3a48446 100644 --- a/Master/texmf-dist/tex/generic/pst-plot/pst-plot.tex +++ b/Master/texmf-dist/tex/generic/pst-plot/pst-plot.tex @@ -16,11 +16,12 @@ % \ifx\PSTricksLoaded\endinput\else\input pstricks.tex\fi \ifx\PSTXKeyLoaded\endinput\else \input pst-xkey.tex\fi +\ifx\PSTtoolsloaded\endinput\else\input pst-tools.tex\fi \ifx\PSTFPloaded\endinput\else \input pst-fp.tex \fi \ifx\MultidoLoaded\endinput\else \input multido.tex \fi % -\def\fileversion{1.61} -\def\filedate{2014/03/12} +\def\fileversion{1.62} +\def\filedate{2014/05/12} \message{ v\fileversion, \filedate\space (tvz,hv)} % \edef\TheAtCode{\the\catcode`\@} @@ -1200,14 +1201,11 @@ D\space##1% \fi} \psset[pst-plot]{labelFontSize={},mathLabel} % -\define@key[psset]{pst-plot}{decimalSeparator}[.]{\def\psk@decimalSeparator{#1}}% -\define@boolkey[psset]{pst-plot}[Pst@]{comma}[true]{% - \ifPst@comma\def\psk@decimalSeparator{,}\else\def\psk@decimalSeparator{.}\fi} \define@boolkey[psset]{pst-plot}[Pst@]{xAxis}[true]{} \define@boolkey[psset]{pst-plot}[Pst@]{yAxis}[true]{} \define@boolkey[psset]{pst-plot}[Pst@]{xyAxes}[true]{% \@nameuse{Pst@xAxis#1}\@nameuse{Pst@yAxis#1}}% -\psset[pst-plot]{decimalSeparator=.,xAxis,yAxis,comma=false,}% +\psset[pst-plot]{xAxis,yAxis}% % \define@key[psset]{pst-plot}{xlabelPos}[b]{\pst@expandafter\psset@@xlabelPos{#1}\@nil} \define@key[psset]{pst-plot}{ylabelPos}[l]{\pst@expandafter\psset@@ylabelPos{#1}\@nil} @@ -1693,7 +1691,7 @@ D\space##1% \define@key[psset]{pst-plot}{plotNoMax}[1]{\def\psk@plotNoMax{#1}} % \psset[pst-plot]{nStep=1, nStart=0, nEnd={},% - xStep=0, yStep=0, xStart={}, xEnd={}, yStart={}, yEnd={}, comma=false,% + xStep=0, yStep=0, xStart={}, xEnd={}, yStart={}, yEnd={}, plotNo=1,plotNoMax=1,plotNoX=1}% % \def\pstScalePoints(#1,#2)#3#4{% |