summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2014-02-18 22:50:33 +0000
committerKarl Berry <karl@freefriends.org>2014-02-18 22:50:33 +0000
commite04be551ff8491dcd282c158379e78e501f2b09e (patch)
tree9fb308de44c6e01d6678320cf51499fb899b455e
parent08d2b2d2d99819f17efdf5fea76b3f485c5a6ce1 (diff)
pst-plot (18feb14)
git-svn-id: svn://tug.org/texlive/trunk@32998 c570f23f-e606-0410-a88d-b1316a301751
-rw-r--r--Master/texmf-dist/doc/generic/pst-plot/Changes1
-rw-r--r--Master/texmf-dist/doc/generic/pst-plot/pst-plot-doc.bib11
-rw-r--r--Master/texmf-dist/doc/generic/pst-plot/pst-plot-doc.pdfbin1230422 -> 1230800 bytes
-rw-r--r--Master/texmf-dist/doc/generic/pst-plot/pst-plot-doc.tex1
-rw-r--r--Master/texmf-dist/tex/generic/pst-plot/pst-plot.tex20
5 files changed, 30 insertions, 3 deletions
diff --git a/Master/texmf-dist/doc/generic/pst-plot/Changes b/Master/texmf-dist/doc/generic/pst-plot/Changes
index 3ca04564b3f..360998803eb 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.59 2014-02-18 - modifications to \psBoxplot
1.58 2014-01-15 - save last coordinates as /FinalState instead of
/SaveFinalState. Also for parametric plot
1.57 2013-12-01 - take Dx and Dy into account for special labels
diff --git a/Master/texmf-dist/doc/generic/pst-plot/pst-plot-doc.bib b/Master/texmf-dist/doc/generic/pst-plot/pst-plot-doc.bib
index 95b2a67e6af..b64bcc039ca 100644
--- a/Master/texmf-dist/doc/generic/pst-plot/pst-plot-doc.bib
+++ b/Master/texmf-dist/doc/generic/pst-plot/pst-plot-doc.bib
@@ -84,3 +84,14 @@
year = {2012},
address = {Heidelberg/Berlin}
}
+
+
+@Book{tbt,
+ author = {Victor Eijkhout},
+ title = {\TeX\ by Topic -- {A} \TeX{}nician Reference},
+ edition = {1},
+ publisher = {DANTE -- lehmanns media},
+ year = {2014},
+ address = {Heidelberg/Berlin}
+}
+
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
index 9acd6512513..062f8b2d3ca 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
Binary files differ
diff --git a/Master/texmf-dist/doc/generic/pst-plot/pst-plot-doc.tex b/Master/texmf-dist/doc/generic/pst-plot/pst-plot-doc.tex
index 5325c305ed4..40901a70632 100644
--- a/Master/texmf-dist/doc/generic/pst-plot/pst-plot-doc.tex
+++ b/Master/texmf-dist/doc/generic/pst-plot/pst-plot-doc.tex
@@ -57,6 +57,7 @@ Denis Girou;
Peter Hutnick;
Christophe Jorssen;
Uwe Kern;
+Alexander Kornrumpf;
Manuel Luque;
Patrice Mégret;
Jens-Uwe Morawski;
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
%