2012-08-23 Christian Feuersaenger - RELEASED 1.6.1 2012-08-23 Christian Feuersaenger - fixed incompatibility lualatex, shader=interp, and german package 2012-08-22 Christian Feuersaenger - RELEASED 1.6 on sourceforge (only) 2012-08-16 Christian Feuersaenger - fixed support for scopes inside of axes 2012-07-15 Christian Feuersaenger - fixed (re)scaling of view normal 2012-07-03 Christian Feuersaenger - fixed bug: 'nan' values in error bar values caused compilation errors. Now, error bars for unbounded coordinates are skipped. 2012-06-24 Christian Feuersaenger - spent a considerably amount of attention to 'axis equal' in 3d: it works correctly now and the underlying scaling algorithm is much more powerful. This is backwards compatible with 2d axis equal (but not 3d as this was plain wrong) 2012-06-16 Christian Feuersaenger - provided a suitable legend for quiver plots 2012-06-10 Christian Feuersaenger - added docs for tikz/mark phase 2012-06-09 Christian Feuersaenger - fixed bug: restrict y to domain did not work for log axes 2012-05-18 Christian Feuersaenger - fixed bug: extreme differences between point meta and point meta min/max caused number range problems. The point meta data is now clipped to [0,1000] 2012-05-06 Christian Feuersaenger - fixed bug: create on use for error bar columns did not work - fixed bug: view dir was rescaled incorrectly this is a regression; it was not in 1.5.1 - added feature 'hist/density' (thanks to Juernjakob Dugge for this contribution!) 2012-05-01 Christian Feuersaenger - fixed 'scale mode=scale uniformly': intermediate results needed to be computed by FPU - fixed bug: 'colorbar style={ymode=log}' was not processed properly 2012-04-27 Christian Feuersaenger - 'scale mode=scale uniformly' now also respects user-provided data limits (including \addplot3 graphics). - fixed bug: reversed axes + explicitly provided x,y,z vectors did not work properly in 3d (also affected \addplot3 graphics) --- the following lines are from a feature branch. 2011-10-02 Christian Feuersaenger - the 'clip=plots individually' has been renamed to 'clip mode=global|individual' and 'clip mode=global' is the new default. It is, however, not completely implemented for custom drawing commands 2011-10-01 Christian Feuersaenger - fixed bug in recent version: the 'cell picture' was always active - added support for 'set layers' inside of a pgfplots axis - 'axis on top', together with 'activate layers', will now implicitly call 'set layers=axis on top' 2011-09-18 Christian Feuersaenger - rewrote layer support to be more compatible with pgf and added systematic support for layers, including a useful default configuration 2011-09-14 Christian Feuersaenger - added feature 'cell picture=true|false|if necessary' 2011-09-04 Christian Feuersaenger - added feature 'clip=plots individually' 2012-04-21 Christian Feuersaenger - fixed bug: explicitly provided unit vectors + '* dir=reverse' did not work - improved smith charts docs + provided more styles 2012-04-04 Christian Feuersaenger - fixed bug: lualatex and shader=interp have been incompatible. I implemented proper binary encoding in lua. 2012-04-02 Christian Feuersaenger - fixed bug: 'linear regression/variance' key did only work if 'linear regression/variance src' was active as well. Now, it works also without. 2012-04-01 Christian Feuersaenger - added 'contour/levels' key. 2012-03-04 Christian Feuersaenger - table package: improved and documented ways to suppress head rows 2012-02-04 Christian Feuersaenger - fixed bug: compatibility to PGF 2.00 was broken 2012-01-22 Christian Feuersaenger - fixed bug: fixed combination of transparency + shading in shader=interp 2012-01-01 Christian Feuersaenger - added support for 'mesh/interior colormap name,shader=interp' it uses shader=faceted interp 2011-10-03 Christian Feuersaenger - fixed bug in 'mesh/interior colormap name': the data scaling trafo was not respected correctly - fixed bug in 'mesh/interior colormap name': z buffer reversals have not been respected. 2011-10-02 Christian Feuersaenger - added 'mesh/interior colormap thresh' 2011-09-28 Christian Feuersaenger - renamed 'mesh/background colormap name' to 'mesh/interior colormap name' 2011-09-28 Christian Feuersaenger - fixed bug: there was a case were 'shader=faceted interp' was unnecessarily converted to triangles 2011-09-27 Christian Feuersaenger - fixed bug: the view direction was not scaled properly. 2011-09-26 Christian Feuersaenger - worked on 'mesh/background colormap name'. It works partially for 'disabledatascaling', although it reveals that the view direction is imprecise. 2011-09-26 Christian Feuersaenger - fixed bug: 'patch to triangle' for rectangles produced inconsistently oriented triangles 2011-09-25 Christian Feuersaenger - implemented draft for 'mesh/background colormap name'. I think it works, but it might be useless because the sampling methods do not produce proper normal vectors. --- the following lines are from a feature branch. 2011-12-29 Christian Feuersaenger - RELEASED VERSION 1.5.1 2011-12-29 Christian Feuersaenger - Added the 'fixed relative' number formatting style. 2011-12-28 Christian Feuersaenger - Added 'const plot mark mid' and 'jump mark mid' plot handlers. - Added 'log ticks with fixed point' style 2011-12-22 Christian Feuersaenger - Patched tikz ellipses and circles such that they automatically use pgfplots transformations 2011-12-19 Christian Feuersaenger - patchplots lib: added 'patch type=polygon' 2011-12-17 Christian Feuersaenger - fixed bug: now, 'minor xtick=data' will also work as documented. - improved docs for \addplot {} node[pos=] - finished feature: \addplot {} node[pos=] now outputs the inverse coord trafo (if any) when using \pgfplotspointplotattime. 2011-12-16 Christian Feuersaenger - fixed bug: \addplot[decorate,...] did not work. - fixed bug: \addplot[postactions={...},...] did not work. - fixed bug: \addplot[preactions={...},...] did not work. 2011-12-10 Christian Feuersaenger - fixed bug: axis background path for 2d axes was not filled 2011-11-03 Christian Feuersaenger - PGF bugfix: added FPU support for ==, !=, <=, >=, ? 2011-10-29 Christian Feuersaenger - fixed problem with pgf number printer: it introduced spurious spaces I updated the pgf backw. compatibility layer accordingly 2011-10-23 Christian Feuersaenger - fixed bug: view={0}{90},axis equal failed. - fixed bug: \pgfplotstabletranspose with 'colnames from=' failed - fixed bug: stacked plots and logs did use the wrong math format (the bug was introduced two weeks ago) 2011-10-22 Christian Feuersaenger - fixed bug: contour prepared format=matlab did not properly if one contour level has multiple segments. - contour filled: introduced sanity checking to detect if the input sequence is sorted as assumed 2011-10-15 Christian Feuersaenger - provided implementations of \addplot ... node[pos=

] {} for scatter and bar plots. 2011-10-13 Christian Feuersaenger - fixed bug: 'stack plots=y,xmode=log' did not work - added feature 'trim axis group left' and 'trim axis group right' - fixed bug: markers in polar plots did disappear unless their angle was 0 2011-10-08 Christian Feuersaenger - improved plot loaded table: added sanity checking for the unsupported \thisrow feature 2011-09-24 Christian Feuersaenger - improved 'node[pos=]' feature: now, \pgfplotspointattime allows to access the logical coordinates of that point. 2011-09-21 Christian Feuersaenger - added 'scatter rgb', 'scatter cmyk', and 'scatter explicit color' styles 2011-09-03 Christian Feuersaenger - new nodes at time in pgfplots feature: used backwards gradient for last point - new nodes at time: added feature 'pos segment=' 2011-09-02 Christian Feuersaenger - implemented support for nodes at time in plots, i.e. \addplot... {.....} node[pos=] missing are specifics for plot types and documentation 2011-08-31 Christian Feuersaenger - documented 'execute at begin axis' 2011-08-22 Christian Feuersaenger - fixed bug: 'raw gnuplot' surface input did not work well because pgfplots used 'samples' and 'samples y' to assign the input matrix dimensions 2011-08-10 Christian Feuersaenger - fixed bug: Markers in legends have not (always?) been filled properly because the every axis legend style sets 'fill=white'. 2011-08-10 Christian Feuersaenger - fixed bug: "log origin=0" was wrong (it placed it at 1 = log(e) ). 2011-08-02 Christian Feuersaenger - fixed bug: 'ytick=\empty' in semilogyaxis failed with compilation error 2011-07-29 Christian Feuersaenger - RELEASED VERSION 1.5 2011-07-25 Christian Feuersaenger - added \pgfplotsplotfromname{