diff options
Diffstat (limited to 'Master/texmf-dist/doc/generic/pgfplots/README')
-rw-r--r-- | Master/texmf-dist/doc/generic/pgfplots/README | 19 |
1 files changed, 18 insertions, 1 deletions
diff --git a/Master/texmf-dist/doc/generic/pgfplots/README b/Master/texmf-dist/doc/generic/pgfplots/README index 55645f9867b..b0fd857ca3b 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-2014 by Christian Feuersaenger. +Copyright 2007-2016 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 @@ -41,6 +41,23 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. HISTORY: +1.14 +- new feature: 'contour filled' (compat=1.14) +- new feature: building colormaps from other colormaps (see "Building Colormaps based on other Colormaps" in the manual) +- new feature: non-uniform colormaps (compat=1.14) +- new feature: colormaps defined on position of arbitrary magnitude +- new feature: colorbar as legend +- new feature: 'colorbar style={xtick=data}' positions tick labels at colormap positions +- fixed bug: pgfplots now handles incompatible changes of luatex + loading \usepackage{pgfplots} _before_ pgf also allows makes older + PGF versions compatible with luatex +- fixed bug: incompatibility between units + groupplots (bug 119) +- fixed bug: 'axis line shift' did not respect labels +- fixed bug: layers for axis lines were not respected +- fixed bug: two axes with fillbetween in the same picture failed due to clip paths on layers +- fixed bug: quiver plots with 'every arrow' failed to evaluate arrow tip length arguments +- fixed bug: \usepgfplotslibrary{colorbrewer}: colormap 'PuOr' was defined in reverse order + 1.13: - fixed bug: incompatiblity between fillbetween and babel - fixed bug: 'compat=1.9' (or newer) failed to work with log bar plots |