diff options
Diffstat (limited to 'Master/texmf-dist/doc/generic/pgfplots/README')
-rw-r--r-- | Master/texmf-dist/doc/generic/pgfplots/README | 17 |
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 |