diff options
Diffstat (limited to 'Master/texmf-dist/doc/latex/pgfplots/ChangeLog')
-rw-r--r-- | Master/texmf-dist/doc/latex/pgfplots/ChangeLog | 98 |
1 files changed, 98 insertions, 0 deletions
diff --git a/Master/texmf-dist/doc/latex/pgfplots/ChangeLog b/Master/texmf-dist/doc/latex/pgfplots/ChangeLog index af6cc90165e..89b6d6e0e7b 100644 --- a/Master/texmf-dist/doc/latex/pgfplots/ChangeLog +++ b/Master/texmf-dist/doc/latex/pgfplots/ChangeLog @@ -1,3 +1,101 @@ +2011-12-29 Christian Feuersaenger <ludewich@users.sourceforge.net> + - RELEASED VERSION 1.5.1 + +2011-12-29 Christian Feuersaenger <ludewich@users.sourceforge.net> + - Added the 'fixed relative' number formatting style. + +2011-12-28 Christian Feuersaenger <ludewich@users.sourceforge.net> + - Added 'const plot mark mid' and 'jump mark mid' plot handlers. + - Added 'log ticks with fixed point' style + +2011-12-22 Christian Feuersaenger <ludewich@users.sourceforge.net> + - Patched tikz ellipses and circles such that they automatically use + pgfplots transformations + +2011-12-19 Christian Feuersaenger <ludewich@users.sourceforge.net> + - patchplots lib: added 'patch type=polygon' + +2011-12-17 Christian Feuersaenger <ludewich@users.sourceforge.net> + - fixed bug: now, 'minor xtick=data' will also work as documented. + - improved docs for \addplot {<data>} node[pos=<fraction>] + - finished feature: \addplot {<data>} node[pos=<fraction>] now outputs the + inverse coord trafo (if any) when using \pgfplotspointplotattime. + +2011-12-16 Christian Feuersaenger <ludewich@users.sourceforge.net> + - 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 <ludewich@users.sourceforge.net> + - fixed bug: axis background path for 2d axes was not filled + +2011-11-03 Christian Feuersaenger <ludewich@users.sourceforge.net> + - PGF bugfix: added FPU support for ==, !=, <=, >=, ? + +2011-10-29 Christian Feuersaenger <ludewich@users.sourceforge.net> + - fixed problem with pgf number printer: it introduced spurious spaces + I updated the pgf backw. compatibility layer accordingly + +2011-10-23 Christian Feuersaenger <ludewich@users.sourceforge.net> + - fixed bug: view={0}{90},axis equal failed. + - fixed bug: \pgfplotstabletranspose with 'colnames from=<first col>' 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 <ludewich@users.sourceforge.net> + - 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 <ludewich@users.sourceforge.net> + - provided implementations of \addplot ... node[pos=<p>] {} for scatter and bar plots. + +2011-10-13 Christian Feuersaenger <ludewich@users.sourceforge.net> + - 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 <ludewich@users.sourceforge.net> + - improved plot loaded table: added sanity checking for the unsupported \thisrow feature + +2011-09-24 Christian Feuersaenger <ludewich@users.sourceforge.net> + - improved 'node[pos=<fraction>]' feature: now, \pgfplotspointattime + allows to access the logical coordinates of that point. + +2011-09-21 Christian Feuersaenger <ludewich@users.sourceforge.net> + - added 'scatter rgb', 'scatter cmyk', and 'scatter explicit color' styles + +2011-09-03 Christian Feuersaenger <ludewich@users.sourceforge.net> + - new nodes at time in pgfplots feature: used backwards gradient for last point + - new nodes at time: added feature 'pos segment=<plot segment>' + +2011-09-02 Christian Feuersaenger <ludewich@users.sourceforge.net> + - implemented support for nodes at time in plots, i.e. + \addplot... {.....} node[pos=<fraction>] + missing are specifics for plot types and documentation + +2011-08-31 Christian Feuersaenger <ludewich@users.sourceforge.net> + - documented 'execute at begin axis' + +2011-08-22 Christian Feuersaenger <ludewich@users.sourceforge.net> + - 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 <ludewich@users.sourceforge.net> + - 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 <ludewich@users.sourceforge.net> + - fixed bug: "log origin=0" was wrong (it placed it at 1 = log(e) ). + +2011-08-02 Christian Feuersaenger <ludewich@users.sourceforge.net> + - fixed bug: 'ytick=\empty' in semilogyaxis failed with compilation error + +2011-07-29 Christian Feuersaenger <ludewich@users.sourceforge.net> + - RELEASED VERSION 1.5 + 2011-07-25 Christian Feuersaenger <ludewich@users.sourceforge.net> - added \pgfplotsplotfromname{<label>} macro which does the work for \ref{<label>} |