diff options
author | Karl Berry <karl@freefriends.org> | 2012-02-24 00:16:51 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2012-02-24 00:16:51 +0000 |
commit | bbda79f1b26d36a1eb6e35d06d722bae782908ef (patch) | |
tree | c2e05bb6da9602de3a7ad68bd58373d21bb09312 /Master/texmf-dist/doc/generic/pst-plot | |
parent | 6555c8caab96adf220665d0834350a10123d6240 (diff) |
pst-plot 1.38 (23feb12)
git-svn-id: svn://tug.org/texlive/trunk@25485 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/generic/pst-plot')
-rw-r--r-- | Master/texmf-dist/doc/generic/pst-plot/Changes | 5 | ||||
-rw-r--r-- | Master/texmf-dist/doc/generic/pst-plot/pst-plot-doc.bib | 9 | ||||
-rw-r--r-- | Master/texmf-dist/doc/generic/pst-plot/pst-plot-doc.pdf | bin | 1170689 -> 1170908 bytes | |||
-rw-r--r-- | Master/texmf-dist/doc/generic/pst-plot/pst-plot-doc.tex | 6 |
4 files changed, 20 insertions, 0 deletions
diff --git a/Master/texmf-dist/doc/generic/pst-plot/Changes b/Master/texmf-dist/doc/generic/pst-plot/Changes index 3453473a8c1..225ea08c70f 100644 --- a/Master/texmf-dist/doc/generic/pst-plot/Changes +++ b/Master/texmf-dist/doc/generic/pst-plot/Changes @@ -1,4 +1,9 @@ ----- pst-plot.tex +1.38 2012-02-23 - added \strut for the x/y axis user labels +1.37 2012-01-10 - fix bug with \psgraph and axesstyle=none +1.36 2011-12-04 - add the dot specification for the outliners + of \psBoxPlot +1.35 2011-11-29 - fix bug with different axes units for LSM 1.34 2011-11-07 - fix bug with special values in \psBoxplot 1.33 2011-11-02 - fix bug with x|ylabelsep 1.32 2011-10-31 - take values Ox and Oy into account for 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 aedc6e8adfc..5b9ecc97a25 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 @@ -67,3 +67,12 @@ address = {Cambridge -- UK} } +@Book{LTXquick, + author = {Herbert Vo\ss{}}, + title = {{\LaTeX} quick reference}, + edition = {1.}, + publisher = {UIT}, + year = {2012}, + address = {Cambridge -- UK} +} + 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 63ffa6ea946..bf580e3c024 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/doc/generic/pst-plot/pst-plot-doc.tex b/Master/texmf-dist/doc/generic/pst-plot/pst-plot-doc.tex index 387a9f31a6d..ee1080d5b29 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 @@ -306,6 +306,9 @@ and filling areas, are \Lkeyword{IQLfactor}, \Lkeyword{barwidth}, and \Lkeyword{arrowlength}, where the latter is a factor which is multiplied with the barwidth for the line ends. The \Lkeyword{IQLfactor}, preset to 1.5, defines the area for the outliners. +The outliners are plotted as a dot and take the settings for such a dot into account, +eg. \Lkeyword{dotstyle}, \Lkeyword{dotsize}, \Lkeyword{dotscale}, and \Lkeyword{fillcolor}. The default +is the black dot. %\begin{LTXexample}[pos=t,preset=\centering] \begin{pspicture}(-1,-1)(12,14) @@ -402,6 +405,9 @@ the output with $-90$ degrees. \end{lstlisting} + + + \clearpage %-------------------------------------------------------------------------------------- \section{The \nxLenv{psgraph} environment} |