diff options
author | Karl Berry <karl@freefriends.org> | 2010-03-18 00:29:25 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2010-03-18 00:29:25 +0000 |
commit | e89fded2c78e88965183fb51722d791a2d3b3d34 (patch) | |
tree | e1d65299fcea159aba57da5dcb89081ada6e5d9a /Master/texmf-dist/tex/generic/pst-plot | |
parent | 9a4e6a658d7fbfe18eb8d1d0e2c5cbb4dacf5f15 (diff) |
pst-plot update (17mar10)
git-svn-id: svn://tug.org/texlive/trunk@17479 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex/generic/pst-plot')
-rw-r--r-- | Master/texmf-dist/tex/generic/pst-plot/pst-plot.tex | 18 |
1 files changed, 9 insertions, 9 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 3758eca07f0..8a510f54294 100644 --- a/Master/texmf-dist/tex/generic/pst-plot/pst-plot.tex +++ b/Master/texmf-dist/tex/generic/pst-plot/pst-plot.tex @@ -19,8 +19,8 @@ \ifx\PSTFPloaded\endinput\else \input pst-fp.tex \fi \ifx\MultidoLoaded\endinput\else \input multido.tex \fi % -\def\fileversion{1.10} -\def\filedate{2010/02/11} +\def\fileversion{1.11} +\def\filedate{2010/03/15} \message{ v\fileversion, \filedate} % \edef\TheAtCode{\the\catcode`\@} @@ -1003,7 +1003,7 @@ D\space##1% \def\pshlabel##1{\psk@labelFontSize##1}% \def\psvlabel##1{\psk@labelFontSize##1}% \fi} -\psset{labelFontSize={},mathLabel=true} +\psset[pst-plot]{labelFontSize={},mathLabel} % \define@key[psset]{pst-plot}{decimalSeparator}[.]{\def\psk@decimalSeparator{#1}}% \define@boolkey[psset]{pst-plot}[Pst@]{comma}[true]{% @@ -1012,7 +1012,7 @@ D\space##1% \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{decimalSeparator=.,xAxis,yAxis,comma=false,}% +\psset[pst-plot]{decimalSeparator=.,xAxis,yAxis,comma=false,}% % \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} @@ -1045,15 +1045,15 @@ D\space##1% \define@key[psset]{pst-plot}{xyDecimals}[{}]{\def\psk@xDecimals{#1}\def\psk@yDecimals{#1}} \define@key[psset]{pst-plot}{xDecimals}[{}]{\def\psk@xDecimals{#1}} \define@key[psset]{pst-plot}{yDecimals}[{}]{\def\psk@yDecimals{#1}} -\psset{xyDecimals={}}% +\psset[pst-plot]{xyDecimals={}}% % \define@key[psset]{pst-plot}{xlogBase}[{}]{\def\psk@xlogBase{#1}} \define@key[psset]{pst-plot}{ylogBase}[{}]{\def\psk@ylogBase{#1}} \define@key[psset]{pst-plot}{xylogBase}[{}]{\def\psk@xlogBase{#1}\def\psk@ylogBase{#1}}% -\psset{xylogBase={}}% +\psset[pst-plot]{xylogBase={}}% % \define@key[psset]{pst-plot}{trigLabelBase}[0]{\pst@getint{#1}{\psk@trigLabelBase}} -\psset{trigLabelBase=0} +\psset[pst-plot]{trigLabelBase=0} % \define@boolkey[psset]{pst-plot}[Pst@]{xtrigLabels}[true]{% \ifPst@xtrigLabels @@ -2026,8 +2026,8 @@ D\space##1% \pst@dimd=#6\pst@yunit \advance\pst@dimd by \psk@ury% \if@star\pspicture*(\pst@dima,\pst@dimb)(\pst@dimc,\pst@dimd)\else% \pspicture(\pst@dima,\pst@dimb)(\pst@dimc,\pst@dimd)\fi% - \psset{xunit=\pst@xunit,yunit=\pst@yunit} - \ifdim\pst@xunit=\pst@yunit \psset{runit=\pst@xunit}\fi% + \psset[pstricks]{xunit=\pst@xunit,yunit=\pst@yunit} + \ifdim\pst@xunit=\pst@yunit \psset[pstricks]{runit=\pst@xunit}\fi% \bgroup% \use@par% \psaxes(#1,#2)(#3,#4)(#5,#6)% |