summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/generic/pgfplots
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2014-08-06 22:47:59 +0000
committerKarl Berry <karl@freefriends.org>2014-08-06 22:47:59 +0000
commit1da164bf9c4fed03b30b98439a239f5a1873f9ae (patch)
tree2ed76752cb203cacf4135b821206b45c24b1a534 /Master/texmf-dist/doc/generic/pgfplots
parente16354c1642ffdd8e82798c9f0f60108e85059c6 (diff)
pgfplots (6aug14)
git-svn-id: svn://tug.org/texlive/trunk@34851 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/generic/pgfplots')
-rw-r--r--Master/texmf-dist/doc/generic/pgfplots/README46
1 files changed, 39 insertions, 7 deletions
diff --git a/Master/texmf-dist/doc/generic/pgfplots/README b/Master/texmf-dist/doc/generic/pgfplots/README
index 2e0fc1b746f..b62eab9cb1b 100644
--- a/Master/texmf-dist/doc/generic/pgfplots/README
+++ b/Master/texmf-dist/doc/generic/pgfplots/README
@@ -23,13 +23,7 @@ Please take a look at
and
doc/latex/pgfplots/pgfplotstable.pdf.
-
-REMARK
-The virus killer Avira Antivir reports the virus HTML/Malicious PDF.Gen in pgfplots.pdf.
-This is a FALSE ALARM caused by the pgfplots library for interactive,
-clickable plots (based on javascript). It is virus-free.
-
-Copyright 2007-2012 by Christian Feuersaenger.
+Copyright 2007-2014 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
@@ -46,6 +40,44 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
HISTORY:
+1.11: usability + bug fixes.
+- new feature: "hide obscured x ticks=false" to disable the feature which hides ticks
+- simplified UI for symbolic coords: now, it accepts unexpandable
+ dictionary entries including umlauts, undefined macros, math mode, ...
+- simplified UI for symbolic coords: added magic prefix
+ [normalized]<number> to allow something like xmin={[normalized]0.7}
+- simplified UI for custom annotations: one does not need to say "axis cs" any longer;
+ coordinates like (1,2) are now automatically interpreted as (axis cs:1,2)
+- new feature: 'type ticklabels with struts' improves baseline alignment of tick labels
+- new feature: 'trig format plots=rad' allows to use radians in trigonometric evaluations
+- simplified 'external lib': added driver auto-detection for pdflatex, lualatex, xelatex, dvips
+ (\usepgfplotslibrary{external}, or, with the next PGF release, \usetikzlibrary{external})
+- simplified UI for \addplot coordinates: now, it expands macros as it goes.
+- new feature: 'intersection segments' now accepts negative indices to count from the last backwards
+- simplified UI: 'intersection segments' now accepts new syntax with 1-based indices (old 0-based are still supported)
+- fixed bug: fillbetween has had a problem with pins on input paths
+- fixed bug: now, 'stacked ignores zero' is no longer applied to error bars.
+- fixed bug: tick lines were drawn incorrectly for centered axis lines in 3d
+- fixed bug: variable=u failed to work in some contexts
+- fixed bug: fill between implicitly activated layers, but did not install the
+ correct layers for grid lines etc.
+- fixed bug: z grid style was applied to y grid style
+- fixed bug: using 'x=1cm' failed to work in axis descriptions (legends)
+- fixed bug: mesh legend failed to work with 'shader=interp'
+- fixed bug: bounding box of shader=interp was wrong if there were transformations.
+- fixed bug: added support for \addplot graphics in ConTeXt
+- fixed bug: external lib failed to work with dvips (since PGF 3.0.0 I suppose); now it produces correct bounding boxes
+- fixed bug: \pgfplotstablenew can now overwrite existing tables.
+- fixed bug: extra ticks near intersections of axis lines were hidden
+- fixed bug: 'intersection segments' did not work with '--cycle'
+- fixed bug: 'intersection segments' did not update the last tikz point
+- fixed bug: tick lines/grid lines have been clipped when they were near the boundary
+- fixed bug: soft clip decoration failed to apply the transformation matrix
+- fixed bug: polar axes and units library resulted in broken bounding box
+- fixed bug: \addplot[stack plots=false] used to work up to 1.8, but failed until now. Fixed.
+- fixed bug: hist/density was broken since some time
+
+
1.10:
- new feature: fill between plots (library fillbetween)
- new feature: concatenate intersection segments (library fillbetween)