diff options
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 | 22 |
1 files changed, 14 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 b400ec043cc..4f5bb65007e 100644 --- a/Master/texmf-dist/tex/generic/pst-plot/pst-plot.tex +++ b/Master/texmf-dist/tex/generic/pst-plot/pst-plot.tex @@ -1,4 +1,4 @@ -% $Id: pst-plot.tex 371 2010-08-17 09:28:58Z herbert $ +% $Id: pst-plot.tex 372 2010-08-17 09:46:20Z herbert $ %% BEGIN pst-plot.tex %% %% plotting functions and data with PSTricks. @@ -20,8 +20,8 @@ \ifx\PSTFPloaded\endinput\else \input pst-fp.tex \fi \ifx\MultidoLoaded\endinput\else \input multido.tex \fi % -\def\fileversion{1.19} -\def\filedate{2010/08/17} +\def\fileversion{1.20} +\def\filedate{2010/09/09} \message{ v\fileversion, \filedate\space (tvz,hv)} % \edef\TheAtCode{\the\catcode`\@} @@ -30,7 +30,6 @@ \pst@addfams{pst-plot} % \def\pst@linetype{2}% -\def\psk@method{}% is defined as option in pstricks-add \SpecialCoor % \def\psPiFour{12.566371} @@ -434,7 +433,9 @@ D\space##1% { moveto }{ L } ifelse } { L } ifelse } -\def\endqp@line{\end@OpenObj}% +\def\endqp@line{% + \ifPst@variableLW \addto@pscode{ \pst@flattenpath }\fi% + \end@OpenObj}% \def\testqp@line{% \ifdim\pslinearc>\z@\else \ifshowpoints\else @@ -722,7 +723,12 @@ D\space##1% \define@boolkey[psset]{pst-plot}[Pst@]{VarStep}[true]{} \define@key[psset]{pst-plot}{PlotDerivative}{\def\psk@PlotDerivative{#1}}% \define@key[psset]{pst-plot}{VarStepEpsilon}{\def\psk@VarStepEpsilon{#1}}% -\psset[pst-plot]{VarStep=false,PlotDerivative=none,VarStepEpsilon=default,polarplot=false} +\define@key[psset]{pst-plot}{method}{\def\psk@method{#1}}% adams - rk4 +\def\@rkiv{rk4}% Runge-Kutta 4 method +\def\@varrkiv{varrkiv}% Runge-Kutta 4 with an adaptive step method +\def\@adams{adams}% Adams method +\def\@default{default}% Adams method +\psset[pst-plot]{VarStep=false,PlotDerivative=none,VarStepEpsilon=default,polarplot=false,method={}} % \def\psplotinit#1{\xdef\psplot@init{#1 }} \def\psplot@init{} @@ -2157,8 +2163,8 @@ D\space##1% \fi% } \def\psResetPlotValues{% -} -% + \psset{method={}}% +}% \catcode`\@=\TheAtCode\relax \endinput %% |