From f41811b55dfce3a5f59b953b68457b0aa5491baf Mon Sep 17 00:00:00 2001 From: Karl Berry Date: Sat, 9 Aug 2008 23:39:38 +0000 Subject: pgfplots update (10aug08) git-svn-id: svn://tug.org/texlive/trunk@10222 c570f23f-e606-0410-a88d-b1316a301751 --- Master/texmf-dist/doc/latex/pgfplots/ChangeLog | 215 +++++++++++++++++++++++++ 1 file changed, 215 insertions(+) (limited to 'Master/texmf-dist/doc/latex/pgfplots/ChangeLog') diff --git a/Master/texmf-dist/doc/latex/pgfplots/ChangeLog b/Master/texmf-dist/doc/latex/pgfplots/ChangeLog index 32846b08963..dc60cdd20fc 100644 --- a/Master/texmf-dist/doc/latex/pgfplots/ChangeLog +++ b/Master/texmf-dist/doc/latex/pgfplots/ChangeLog @@ -1,3 +1,218 @@ +2008-08-04 Christian Feuersaenger + + - Release 1.1 + +2008-08-03 Christian Feuersaenger + + - Added a library for abstract types of input coordinates (for example + dates). + +2008-08-02 Christian Feuersaenger + + - change 'every axis grid' default style to 'thin,black!25'. This is less + intrusive than 'help lines'. + - fixed small bug in tick routines: they did not account for tikz drawing + modes so 'draw=none' was ignored. + - fixed context test cases + - Improved manual + +2008-08-01 Christian Feuersaenger + + - added several aliases for style keys. Something like 'x tick label + style' always requires manual lookups while 'xticklabel style' is at least + consistent with the 'xticklabel' key. + +2008-07-30 Christian Feuersaenger + + - added environment 'pgfplotsinterruptdatabb' + - fixed bug in |minor tick num| + - fixed bug in alias feature of table package. + +2008-07-29 Christian Feuersaenger + + - added |xtick pos| and |ytick pos| keys and |[xy]ticklabel pos| + + +2008-07-28 Christian Feuersaenger + + - fixed bug in 'plot table' optimization: did not allow for 'alias'ed + columns. + +2008-07-26 Christian Feuersaenger + + - improved manual + - provided better default key-paths such that '/pgfplots' can be omitted + in many places. + - Added \label / \ref support. Now, single plots can be referenced and + \ref{label} inserts the associated legend image. + +2008-07-25 Christian Feuersaenger + + - markers are now drawn separately, after the clipped range. Instead of + clipping their *paths*, their positions are clipped: a marker is either + drawn completely or not at all. + - The option 'clip marker paths' can be used for backwards compatibility + - added |axis on top| key for area plots: in this case, axis descriptions + are drawn on top of plot graphics. + +2008-07-24 Christian Feuersaenger + + - Now, plot table{} has linear runtime. + - implemented fast low-level lists also for errorbars. + +2008-07-18 Christian Feuersaenger + + - I worked on the coordinate lists and finally got linear runtime. + In fact, the idea of Till turned out to be the most effective one (although + it is only preasymtotically linear). + - This makes the aftergroup-stack variable unnecessary. + - Some aspects are missing, but I hope I can fix them soon. + +2008-07-16 Christian Feuersaenger + + - replaced tikz-drawing commands for plots with basic layer commands. + Gain: about 12% faster than before! + - added |use aftergroup stack as fast list| to allow O(N) time for large scale plot + commands, given appropriate safe stack parameters of TeX. + + +2008-07-15 Christian Feuersaenger + + - implemented support for axis limits of order up to 1.0e+-2147483644 + +2008-07-14 Christian Feuersaenger + + - Added support to simplify access the previous row during create table column + statements. Added one more numeric column creation style. + - added 'exp sep align' and improved 'dec sep align'. + +2008-07-12 Christian Feuersaenger + + - modified axis label placement for 'axis [xy] line' variations. + I think it's ok now... + - documented how to get multiple y axis + - modified log plot tick generation algorithm, I forget something + yesterday. + +2008-07-11 Christian Feuersaenger + + - fixed log plot tick generation if the axis range is extremely small. + +2008-07-09 Christian Feuersaenger + + - moved a lot of directories and files around to better match the TeX + directory structure (TDS) + - used 'every mark' style for mark options - allows to append style + options. + +2008-07-08 Christian Feuersaenger + + - added 'postproc cell content' feature to table package + - added 'preproc cell content' feature to table package + - fixed plot limit bugs arising in special situations + +2008-07-07 Christian Feuersaenger + + - improved several things in table package + - partial limits are now supported, for example 'xmin=4' or 'ymax=15' + - improved empty axis range handling + - modified transformations to avoid 'number too large/small' errors + - enlargelimits respects partial limits + - evaluated 'every axis plot' and 'every axis plot no ' in + \addplot commands, allowing not only style options but also behavior + options. + + +2008-07-04 Christian Feuersaenger + + - implemented title, xlabel and ylabel as direct keys in pgf, allowing to + add suffixes or prefixes to already assigned values. + +2008-07-03 Christian Feuersaenger + + - added default styles for non-boxed axis lines. This is more or less + experimental up to now and may still change. + +2008-07-02 Christian Feuersaenger + + - fixed small issues in pgfplotstable manual + - eliminated one dimen register and one count register + +2008-07-01 Christian Feuersaenger + + - Added semicolon to gnuplot invocation to fix the strange behavior of + windows gnuplot. + +2008-06-30 Christian Feuersaenger + + - solved the problem of arrow heads and different styles for axis *lines*. + Not quite satisfactory, because one needs to choose between closed paths + and clean edges on the one hand and separate arrow heads or styles on the + other hand. See the documentation for details. + +2008-06-29 Christian Feuersaenger + + - wrote some styles for the 'create col' framework, namely to compute + piecewise gradients and quotients from one row to the next. + +2008-06-28 Christian Feuersaenger + + - Wrote a \pgfplotstablecreatecol command to generate new columns in a + quite general fashion. + +2008-06-27 Christian Feuersaenger + + - renamed the last change from 'column/{[index]5}/.style' to + 'display columns/5/.style' because it was not consistent. + - implemented code to balance rows in typeset table routines. + The first column is the measure, all other ones will be forced to + match its row count. + - documented new features. + - added |hide x axis| and |hide y axis|. + - added |enlarge x limits| and |enlarge y limits|. + - Added key |legend entries|. + +2008-06-26 Christian Feuersaenger + + - added column/{[index]5}/.style and 'column indizes/5/.style' + - added 'select equal part entry of' style + +2008-06-25 Christian Feuersaenger + + - added warning when loading tables '#1.tex' instead of '#1'. + +2008-06-24 Christian Feuersaenger + + - improved error recovery: empty plots are now discarded silently + - added column 'alias' feature for tables + - optimized code for grid line, tick line and tick label generation and + replaced tikz commands by basic layer commands. + pgfplots is now 36% faster! + - changed drawing sequence of axis lines and tick/grid lines. Now, tick + lines are no longer drawn on top of axis lines. + - introduced aliases 'axis y line=middle' and 'axis x line=center' + - added named node 'current axis' which provides anchors 'origin', + 'above origin', 'left of origin', 'right of origin' and 'below origin' + -> this allows improvements of the non-boxed axis variants + - added those anchors also to the normal anchors. + - added styles 'every inner [xy] axis line' + - added styles 'every outer [xy] axis line' [untested] + - added command keys 'inner axis line style', 'outer axis line style' and + 'axis line style' + +2008-06-18 Christian Feuersaenger + + - improved ConTeXt compatibility + +2008-06-17 Christian Feuersaenger + + - fixed incompatibility between 'plot function' and german active " + character + +2008-06-11 Christian Feuersaenger + + - Released version 1.0 + 2008-06-11 Christian Feuersaenger - added boolean |row predicate| to select table entries. -- cgit v1.2.3