summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/generic/pgfplots
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2018-04-08 19:45:42 +0000
committerKarl Berry <karl@freefriends.org>2018-04-08 19:45:42 +0000
commit5e1d404afe82e273e057cf994040faeecbc18668 (patch)
treec92548b115769ae8773a49fa850d22541f65def7 /Master/texmf-dist/doc/generic/pgfplots
parent3b2c534b1fceba64b45a5f594393b5807189bfc2 (diff)
pgfplots (7apr18)
git-svn-id: svn://tug.org/texlive/trunk@47373 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/generic/pgfplots')
-rw-r--r--Master/texmf-dist/doc/generic/pgfplots/README17
1 files changed, 16 insertions, 1 deletions
diff --git a/Master/texmf-dist/doc/generic/pgfplots/README b/Master/texmf-dist/doc/generic/pgfplots/README
index 347db8d8c0f..b8446037596 100644
--- a/Master/texmf-dist/doc/generic/pgfplots/README
+++ b/Master/texmf-dist/doc/generic/pgfplots/README
@@ -23,7 +23,7 @@ Please take a look at
and
doc/latex/pgfplots/pgfplotstable.pdf.
-Copyright 2007-2016 by Christian Feuersaenger.
+Copyright 2007-2017 by Christian Feuersaenger.
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
@@ -40,6 +40,21 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
HISTORY:
+1.16:
+- fixed bug #111 [fillbetween] strange behavior when `soft clip` is used and one of the paths touches the axis border
+- fixed bug #183: Nan in the first line of a numeric table was interpreted as column name
+- fixed bug #187 Wrong output from mod in axis
+- fixed bug #109 `visualization depends on` doesn't work with table from pgfplotstable is now fixed for numeric values
+- fixed bug: \pgfplotstablenew was unable to create tables with 0 or 1 rows.
+- fixed bug: 114 fillbetween suffered from inaccuracy (produced invisible segments)
+- fixed bug #139 [fillbetween] numerical issues with dense points
+- fixed bug #153: \begin{tikzpicture}[scale=...] combined with fill between or
+ 'set layers' resulted in a wrong bounding box
+- \addplot gnuplot: autodetected unbounded coordinates
+- new feature: parse tick positions using math parser (tracker #69)
+- new feature: programmatic access to axis coordinates for given canvas coordinates (\pgfplotspointgetcoordinates, tracker 68)
+- new feature: 'x filter/.append expression', a stackable variant of 'x filter/.expression'
+
1.15: bugfix release
- fixed regression: fpu caused forest library to fail as soon as one loads pgfplots
- fixed bug #149 : \edef{...\to...} was wrong and caused \pgfplotstablevertcat to fail