diff options
Diffstat (limited to 'Master/texmf-dist/doc/generic/pgfplots')
-rw-r--r-- | Master/texmf-dist/doc/generic/pgfplots/README | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/Master/texmf-dist/doc/generic/pgfplots/README b/Master/texmf-dist/doc/generic/pgfplots/README index 84b0ac72773..dc10b5637af 100644 --- a/Master/texmf-dist/doc/generic/pgfplots/README +++ b/Master/texmf-dist/doc/generic/pgfplots/README @@ -46,6 +46,25 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. HISTORY: +1.6.1: +- fixed incompatibility lualatex,shader=interp, and german package (introduced in 1.6) + +1.6: +- added support for layered graphics (main use case: multiple axes and layers) +- added support for second colormap in mesh plots (mesh/interior colormap name) +- added support for scopes inside of axes +- contour plots: added ability to provide list of discrete labels (mesh/levels) +- empty lines are interpreted as interruptions in data plots (was undocumented since 1.4) +- added more scaling options to 'scale mode=scale uniformly' (affects axis equal in 3d + and \addplot3 graphics) +- fixed wrong implementation of 'axis equal' and 'unit vector ratio' in 3d + (backwards compatible for 2d, but not for 3d - the 3d implementation was plain wrong) +- fixed incompatibility of lualatex and shader=interp +- fixed bugs/added features around \addplot3 graphics +- fixed bug: colorbar did not support ymode=log +- fixed a couple of minor bugs +- fixed bounding box computation for clip=false,axis lines=none + 1.5.1: - more operations for FPU library (==, !=,<=,>=,?) - fixed bug in usage of decorations in \addplot |