diff options
author | Karl Berry <karl@freefriends.org> | 2014-02-18 22:50:33 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2014-02-18 22:50:33 +0000 |
commit | e04be551ff8491dcd282c158379e78e501f2b09e (patch) | |
tree | 9fb308de44c6e01d6678320cf51499fb899b455e /Master/texmf-dist/tex/generic/pst-plot/pst-plot.tex | |
parent | 08d2b2d2d99819f17efdf5fea76b3f485c5a6ce1 (diff) |
pst-plot (18feb14)
git-svn-id: svn://tug.org/texlive/trunk@32998 c570f23f-e606-0410-a88d-b1316a301751
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 | 20 |
1 files changed, 17 insertions, 3 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 cea97afc4e9..fea5086587e 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.58} -\def\filedate{2014/01/16} +\def\fileversion{1.59} +\def\filedate{2014/02/18} \message{ v\fileversion, \filedate\space (tvz,hv)} % \edef\TheAtCode{\the\catcode`\@} @@ -223,6 +223,19 @@ D\space##1% \end@SpecialObj% } % +\def\beginplot@bubble{\begin@SpecialObj} +\def\endplot@bubble{% + \addto@pscode{% + newpath + n { dup % x y y + \pst@number\psyunit div abs % to orig y value + transform floor .5 add exch floor + .5 add exch itransform + 0 360 arc \psk@fill + stroke } repeat }% + \end@SpecialObj% +} +% \def\beginplot@bezier{\begin@OpenObj} \def\endplot@bezier{\psbezier@ii} % @@ -425,7 +438,7 @@ D\space##1% Dot NArray Index LowerQuartil UpperQuartil LowerQuartil sub \pst@IQLfactor\space mul sub dup /MinVal ED put % replace with 1.5 IQL -% NArray Index 1 add get /MinVal ED + NArray Index 1 add get /MinVal ED } { exit } ifelse } for m 1 sub -1 0 { % Index on stack @@ -438,6 +451,7 @@ D\space##1% Dot NArray Index UpperQuartil LowerQuartil sub \pst@IQLfactor\space mul UpperQuartil add dup /MaxVal ED put % replace with 1.5 IQL + NArray Index 1 sub get /MaxVal ED }{ exit } ifelse } for % |