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 | |
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')
-rw-r--r-- | Master/texmf-dist/doc/generic/pst-plot/Changes | 1 | ||||
-rw-r--r-- | Master/texmf-dist/doc/generic/pst-plot/README-doc | 3 | ||||
-rw-r--r-- | Master/texmf-dist/doc/generic/pst-plot/pst-plot-doc.pdf | bin | 1250011 -> 1249898 bytes | |||
-rw-r--r-- | Master/texmf-dist/tex/generic/pst-plot/pst-plot.tex | 12 |
4 files changed, 9 insertions, 7 deletions
diff --git a/Master/texmf-dist/doc/generic/pst-plot/Changes b/Master/texmf-dist/doc/generic/pst-plot/Changes index 0e58903cb53..6830460a1c4 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.62 2014-05-12 - moved comma and decimalSeparator into pst-tools 1.61 2014-03-12 - allow plotstyle cspline (cubic splines) (Christoph Bersch) 1.60 2014-02-28 - allow postActions for \psBoxplot (log, etc) diff --git a/Master/texmf-dist/doc/generic/pst-plot/README-doc b/Master/texmf-dist/doc/generic/pst-plot/README-doc new file mode 100644 index 00000000000..efdfe42fcfd --- /dev/null +++ b/Master/texmf-dist/doc/generic/pst-plot/README-doc @@ -0,0 +1,3 @@ +dtk02-1.pdf : Die mathematischen Funktionen von PostScript +dtk02-2.pdf : Die Plotfunktionen von pst-plot +tugboat01-4.pdf : The plot functions of pst-plot 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 5402b5051fa..5351d135d6c 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 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{% |