diff options
author | Karl Berry <karl@freefriends.org> | 2013-10-03 22:23:41 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2013-10-03 22:23:41 +0000 |
commit | 17c26f8a0e90231c7f95311cd8270fcd345002e4 (patch) | |
tree | b0378783b5421fc11bc25ca967c349d4938fd923 /Master/texmf-dist/doc/generic/pgfplots | |
parent | 9334469d545fb017cccf5b7f4075005dc17a4949 (diff) |
pgfplots (3oct13)
git-svn-id: svn://tug.org/texlive/trunk@31822 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/generic/pgfplots')
-rw-r--r-- | Master/texmf-dist/doc/generic/pgfplots/README | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/Master/texmf-dist/doc/generic/pgfplots/README b/Master/texmf-dist/doc/generic/pgfplots/README index ea5bd202390..198c1944d3a 100644 --- a/Master/texmf-dist/doc/generic/pgfplots/README +++ b/Master/texmf-dist/doc/generic/pgfplots/README @@ -46,6 +46,26 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. HISTORY: +1.9: +- new feature: asymmetric error bars +- new feature: activated math parser for axis limit arguments, arguments in axis cs, and domain argument in log plots +- new feature: stacked bar plots place their 'nodes near coords' correctly in the middle and print the increment (compat=1.9) +- new feature: stacked bar plots suppress empty increments (compat=1.9). +- new feature: 'scatter/position=relative|absolute' allow to position 'nodes near coords' absolutely. + use-case: bar plots + nodes near coords which are at, say, y=0 rather than their y value +- new feature: integration of smooth shadings & auto-CMYK conversion + \usepackage[cmyk]{xcolor} or \selectcolormodel{cmyk} will reconfigure pgfplots to use CMYK (document-wide) +- new feature (advanced audience only): programmatic access to data coordinates during the visualization phase + -> allows much more customization for error bars, stacked plots, nodes near coords. +- wrote beginner tutorials +- fixed bug: error bars and point meta did not work together +- fixed bug: stacked plots did not respect 'visualization depends on' +- fixed bug: luatex 0.76 is not backwards compatible; added version switch +- fixed bug: ternary library precision has been improved +- fixed bug: problem with axis limits very close to 0 +- fixed bug: colormap specification limit case produced out of bounds exception + + 1.8: - new feature: tight bounding box even if the axis is no box and bb excludes clip path - new feature: mesh/color input=explicit |