diff options
-rw-r--r-- | Master/texmf-dist/doc/generic/pst-plot/Changes | 1 | ||||
-rw-r--r-- | Master/texmf-dist/doc/generic/pst-plot/pst-plot-doc.pdf | bin | 842539 -> 842468 bytes | |||
-rw-r--r-- | Master/texmf-dist/tex/generic/pst-plot/pst-plot.tex | 18 |
3 files changed, 10 insertions, 9 deletions
diff --git a/Master/texmf-dist/doc/generic/pst-plot/Changes b/Master/texmf-dist/doc/generic/pst-plot/Changes index 6507ab83a0c..0a8b842fece 100644 --- a/Master/texmf-dist/doc/generic/pst-plot/Changes +++ b/Master/texmf-dist/doc/generic/pst-plot/Changes @@ -1,4 +1,5 @@ ----- pst-plot.tex +1.11 2010-03-15 - use always \psset[package]{...} 1.10 2010-02-11 - trigLabels also for the y axis - first version with pst-xkey and own documentation (hv) diff --git a/Master/texmf-dist/doc/generic/pst-plot/pst-plot-doc.pdf b/Master/texmf-dist/doc/generic/pst-plot/pst-plot-doc.pdf Binary files differindex 5089be701f1..9d167e09f7c 100644 --- a/Master/texmf-dist/doc/generic/pst-plot/pst-plot-doc.pdf +++ b/Master/texmf-dist/doc/generic/pst-plot/pst-plot-doc.pdf 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)% |