diff options
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 |