summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/pgfplots/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/doc/latex/pgfplots/ChangeLog')
-rw-r--r--Master/texmf-dist/doc/latex/pgfplots/ChangeLog484
1 files changed, 440 insertions, 44 deletions
diff --git a/Master/texmf-dist/doc/latex/pgfplots/ChangeLog b/Master/texmf-dist/doc/latex/pgfplots/ChangeLog
index 58e4a627321..af6cc90165e 100644
--- a/Master/texmf-dist/doc/latex/pgfplots/ChangeLog
+++ b/Master/texmf-dist/doc/latex/pgfplots/ChangeLog
@@ -1,11 +1,277 @@
+2011-07-25 Christian Feuersaenger <ludewich@users.sourceforge.net>
+ - added \pgfplotsplotfromname{<label>} macro which does the work for \ref{<label>}
+
+2011-07-25 Christian Feuersaenger <ludewich@users.sourceforge.net>
+ - fixed \axisdefaultticklabel: it should not contain math mode switches.
+ - fixed bug: 'scaled . labels=manual' did not allow \pgfmathparse.
+ - fixed bug: "origin" of logarithmic axes with -infty, not 0.
+
+2011-06-26 Christian Feuersaenger <ludewich@users.sourceforge.net>
+ - fixed a lot of typos in manual and removed warnings
+ - removed "Missing-character"-Warnings
+ - polar lib: implemented marker clipping
+ - fixed incompatibility between insdljs and babel with 'spanish' option
+ I also contacted the author of the acrotex-bundle
+ - fixed bug with 'log basis 10' and loglog plots
+
+2011-05-14 Christian Feuersaenger <ludewich@users.sourceforge.net>
+ - fixed bug introduces last week: hist plots tried to transform empty axis limits
+ - wrote docs for Tikz interoperability
+ - fixed bug: now, one can use macros inside of the paranthesis of plot coordinates
+
+2011-05-09 Christian Feuersaenger <ludewich@users.sourceforge.net>
+ - added '/pgfplots/scale' style which should only scale the axis
+
+2011-05-08 Christian Feuersaenger <ludewich@users.sourceforge.net>
+ - improved coordinate filters and -transformations such that they can be
+ applied to hist/data and quiver/u and the-like as well
+
+2011-05-07 Christian Feuersaenger <ludewich@users.sourceforge.net>
+ - fixed bug in symbolic coords: it was not possible to provide different
+ sets for x and y
+ - added support for hist and quiver such that they can use coord filtering
+ as well
+ - fixed bug: histogram computation now uses an internal threshold to
+ reduce rounding effects during "getbinfor"
+
+2011-05-01 Christian Feuersaenger <ludewich@users.sourceforge.net>
+ - improved contour external such that it works also if no end-of-scanline
+ markers have been found in the input.
+
+2011-04-30 Christian Feuersaenger <ludewich@users.sourceforge.net>
+ - fixed bug: using \begin{scope}[no markers] or similar constructs will now work
+ - number printing: added '1000 sep in fractionals' switch
+ - fixed bug: hist now advances the coordinate index (for hist/data filter)
+
+2011-04-29 Christian Feuersaenger <ludewich@users.sourceforge.net>
+ - fixed bug: axis line paths are now closed for boxed axes
+
+2011-04-28 Christian Feuersaenger <ludewich@users.sourceforge.net>
+ - fixed bug: the 'anchorborder' of the axis shape was wrong such that
+ the connection -- (anAxis) failed.
+
+
+2011-04-28 Bastian Sauert <sauert@users.sourceforge.net>
+ - fixed bug: 'legend to name' and 'every legend image post' did not work
+ together
+
+2011-04-25 Christian Feuersaenger <ludewich@users.sourceforge.net>
+ - fixed bug: axis line paths are now closed (using --cycle for boxed axes)
+ -> causes regressions with axis line decorations
+
+2011-04-20 Christian Feuersaenger <ludewich@users.sourceforge.net>
+ - table package: added 'every row <index> column <index>' styles and their
+ variants.
+ - table package: added 'string replace*' preprocessor style.
+ - table package: improved style evaluation of cell formatting styles
+ preproc cell content, assign cell content, and postproc cell content
+
+2011-04-18 Christian Feuersaenger <ludewich@users.sourceforge.net>
+ - fixed incompatibility with memoir class: now, 'legend to name' works
+ also in memoir subfigures.
+ - improved error message of table package when encountered encoding problems
+
+2011-04-17 Christian Feuersaenger <ludewich@users.sourceforge.net>
+ - implemented /pgf/number format/relative formatting style
+ - adjusted every contour label style to use the new relative number
+ formatting style.
+
+2011-04-16 Christian Feuersaenger <ludewich@users.sourceforge.net>
+ - fixed bug: new CMYK interpolation in colormaps inserted a comma at the wrong position
+ - worked on docs
+
+2011-03-16 Christian Feuersaenger <ludewich@users.sourceforge.net>
+ - experimented with 'smithchart mirrored' feature
+
+2011-03-13 Christian Feuersaenger <ludewich@users.sourceforge.net>
+ - improved 'scale uniformly' such that it also works for 2d axes.
+ - wrote first draft for docs on 'scale mode'.
+
+2011-03-11 Christian Feuersaenger <ludewich@users.sourceforge.net>
+ - dateplot lib: fixed rounding inaccuracy which allowed 0:60 instead of 1:00
+
+2011-03-09 Christian Feuersaenger <ludewich@users.sourceforge.net>
+ - Improved manual (version numbers, mail address)
+ - Improved default styles for polar lib (title style and legend style)
+ - Improved default styles for smithchart lib (title style and legend style)
+
+2011-02-27 Christian Feuersaenger <ludewich@users.sourceforge.net>
+ - finished a lot of refactoring applied to the test framework.
+ - introduced further compatibility option which allows to restore old
+ scaling features (/pgfplots/compat/scaling)
+ - added 'execute at [begin|end] plot visualization' keys and documented
+ example how to combine that with \usepackage{ocg}
+
+2011-01-20 Christian Feuersaenger <ludewich@users.sourceforge.net>
+ - fixed 'x expr=\coordindex' bug when used in \addplot table \structure
+
+2010-10-29 Christian Feuersaenger <ludewich@users.sourceforge.net>
+ - improved TeX-programming-notes.tex (thanks to Frederik Heber!)
+
+2010-10-20 Christian Feuersaenger <ludewich@users.sourceforge.net>
+ - fixed bug: log basis x and plot expression (the sample logarithmically
+ feature) did not work together.
+
+2010-10-15 Christian Feuersaenger <ludewich@users.sourceforge.net>
+ - added new predefined cycle list 'mark list*'
+ - improved 'mark list': the otimes* marker now has a better visible
+ distinction between fill and stroke
+ - improved 'mark list': the fill color can now be specified manually with
+ 'mark list fill'
+
+2010-10-14 Christian Feuersaenger <ludewich@users.sourceforge.net>
+ - documented CMYK colormaps and shadings.
+ - provided automatic changes to the colorbar styles such that colorbars
+ also support CMYK without user input.
+
+2010-10-13 Christian Feuersaenger <ludewich@users.sourceforge.net>
+ - documented new pgf markers.
+ - provided access to the final axis limits using
+ \pgfkeysvalueof{/pgfplots/xmin}.
+ - patch plot handler: improved display of sharp triangle corners by
+ added the 'every patch' style with initial value 'miter limit=1'
+ - added support for CMYK colormaps, and CMYK shadings.
+ - added 'colormap default colorspace' feature
+
+2010-10-11 Christian Feuersaenger <ludewich@users.sourceforge.net>
+ - improved the \addplot3 graphics manual section (and fixed a small bug in
+ it)
+ - improved docs for contour plots
+ - improved access of contour external to internal variables.
+
+2010-10-06 Christian Feuersaenger <ludewich@users.sourceforge.net>
+ - \addplot3 graphics: added support for reversed axis (untested)
+ - fixed bug: 'scale mode=scale uniformly' did not work if z=(0,0).
+
+2010-09-30 Christian Feuersaenger <ludewich@users.sourceforge.net>
+ - polar lib: improved default tick positions
+
+2010-09-29 Christian Feuersaenger <ludewich@users.sourceforge.net>
+ - fixed bug: there was a comma missing in the line style keys (inner axis
+ line style and outer axis line style)
+
+2010-09-26 Christian Feuersaenger <ludewich@users.sourceforge.net>
+ - fixed bug: explicitly provided unit vectors are now processed with the
+ floating point unit, thereby allowing also extended data ranges
+
+2010-09-25 Christian Feuersaenger <ludewich@users.sourceforge.net>
+ - polar axis: improved limit updating routines
+ - polar axis: enlarge x limits (degrees) is now disabled, enlarge y limits (radius) only for
+ upper range
+ - polar axis: improved default tick pos
+ - polar lib: added support for radians with the 'data cs=polarrad' key
+ - polar lib: wrote documentation
+
+2010-09-24 Christian Feuersaenger <ludewich@users.sourceforge.net>
+ - added 'data cs' feature (and removed the temporary 'output cs' key)
+ now, automatic conversions between coordinate systems are possible
+ - polar axes: allowed \addplot3 (third coordinate is ignored).
+
+2010-09-22 Christian Feuersaenger <ludewich@users.sourceforge.net>
+ - fixed bug: the clickable library now checks whether it is loaded before
+ pgfplots and complaints if so
+ - fixed bug: '\addplot[only marks]' had no default plot mark. It uses
+ 'mark=*' now.
+ - fixed bug: removed "bashishm" in matlab2pgfplots.sh
+
+2010-09-21 Christian Feuersaenger <ludewich@users.sourceforge.net>
+ - fixed bug with unit vector ratio: there have been expansion problems in
+ certain cases which lead to wrongly scaled graphics or compilation failure
+ - fixed bug in polar lib
+
+2010-09-16 Christian Feuersaenger <ludewich@users.sourceforge.net>
+ - improved plot graphics 3D: improved examples and added 'snap z' feature.
+
+2010-09-15 Christian Feuersaenger <ludewich@users.sourceforge.net>
+ - improved automatic normal vector detection
+ - improved plot graphics 3D
+
+2010-09-11 Christian Feuersaenger <ludewich@users.sourceforge.net>
+ - improved bugtracker
+
+2010-09-09 Christian Feuersaenger <ludewich@users.sourceforge.net>
+ - fixed bug: legend to name and colorbar to name have been broken
+ - improved handling of 'empty line=auto': for mesh/surf, it will
+ automatically be set to scanline, otherwise it is 'jump'. It now also has a
+ backwards compatibility switch activated by 'compat' which uses 'none' for
+ 2d plots
+ - improved consistency between 'plot box ratio' and 'unit vector ratio':
+ both now accept space--separated arguments (plot box ratio also brace
+ constructions for backw. compat)
+
+2010-09-08 Christian Feuersaenger <ludewich@users.sourceforge.net>
+ - added 'table/every nth row' key
+ - fixed bug: now, extra tick labels can have a different 'ticklabel pos'
+ than the original axes (it was broken since 1.2.2)
+ - fixed bug: it is now allowed to provide '#' (hash sign) in \addplot
+ option arguments (for example to define 'x filter/.code={...#1...}')
+ - added support for \pgfplotsforeachungrouped \a/\b in {...} syntax
+
+2010-09-07 Christian Feuersaenger <ludewich@users.sourceforge.net>
+ - added 'table/comment chars' key.
+ - added 'table/skip first n' key.
+
+2010-09-01 Christian Feuersaenger <ludewich@users.sourceforge.net>
+ - added 'scale mode=stretch to fill|scale uniformly' and a preliminary implementation.
+
+2010-08-31 Christian Feuersaenger <ludewich@users.sourceforge.net>
+ - patch plots: added 'patch table with individual point meta' to allow
+ per-patch cdata for every vertex
+ - patch plots: improved handling of unbounded input coords.
+ Now, 'mesh input=patches' automatically sets 'empty line=none'.
+ Other 'empty line' values could have interfered with jump processing.
+ - documented '\addplot3 graphics' (still produces compilation bugs :-( )
+
+2010-08-29 Christian Feuersaenger <ludewich@users.sourceforge.net>
+ - patchplots lib: added 'quadratic spline' and 'cubic spline' patch types.
+ - patch plots: added 'patch table with point meta' to allow per-patch cdata.
+
+2010-08-27 Christian Feuersaenger <ludewich@users.sourceforge.net>
+ - now, \addplot+ [...] is possible -- the space gobbling did not work.
+
+2010-08-26 Christian Feuersaenger <ludewich@users.sourceforge.net>
+ - provided support for \label<slidespec> to allow beamer's \label
+ modifications with PGFPlots.
+
+2010-08-22 Christian Feuersaenger <ludewich@users.sourceforge.net>
+ - improved new coordmath framework
+
+2010-08-20 Christian Feuersaenger <ludewich@users.sourceforge.net>
+ - improved legend for xbar stacked and ybar stacked
+ - improved bugtracker
+
+2010-08-18 Christian Feuersaenger <ludewich@users.sourceforge.net>
+ - fixed bug in processing of \addplot[ybar] and \addplot[xbar]
+ There was a problem in conjunction with 'nodes near coords'
+
+2010-08-12 Christian Feuersaenger <ludewich@users.sourceforge.net>
+ - Fixed processing of (x,y) coordinates in 3D axes: they invoked the 2D
+ point command now (to allow distinctions in other axes classes)
+
+2010-08-10 Christian Feuersaenger <ludewich@users.sourceforge.net>
+ - improved the 'sloped like x axis' key: it now accepts optional arguments
+ to control the transformation.
+
+2010-08-06 Christian Feuersaenger <ludewich@users.sourceforge.net>
+ - added 'minor xtick' key which allows to provide non-uniform minor tick
+ positions
+
+2010-08-10 Christian Feuersaenger <ludewich@users.sourceforge.net>
+ - ternary lib: added 'tielines' plot handler
+
2010-08-05 Christian Feuersaenger <ludewich@users.sourceforge.net>
- RELEASED VERSION 1.4.1 Changes since 1.4:
- Improved compatibility with windows gnuplot and logarithmic scaling
+2010-07-28 Christian Feuersaenger <ludewich@users.sourceforge.net>
+ - implemented first draft of smith charts
+ - implemented support for \pgfplots@ticknum during tick typesetting
+
2010-07-27 Christian Feuersaenger <ludewich@users.sourceforge.net>
- activated math parser for 'view' arguments and improved docs on 'view'
2010-07-22 Christian Feuersaenger <ludewich@users.sourceforge.net>
+ - mesh plot handler: fixed broken support for interrupted mesh plots
- Fixed bug: the windows version had problems with gnuplot when used with
logarithmic scales:
- gnuplot 4.2 does not identify itsself, causing the new check to bail
@@ -14,6 +280,8 @@
a directory.
Both is fixed now.
+2010-07-20 Christian Feuersaenger <ludewich@users.sourceforge.net>
+ - Added 'hist/data min' / 'hist/data max' keys.
2010-07-14 Christian Feuersaenger <ludewich@users.sourceforge.net>
- RELEASED VERSION 1.4 Release notes:
@@ -32,6 +300,11 @@
- using colorbar source now implies 'point meta rel=per plot' to get
consistency between the plot's colors and the colorbar.
+2010-07-12 Christian Feuersaenger <ludewich@users.sourceforge.net>
+ - wrote prototype for 3d plot graphics. It's already partially functional.
+ - Added 'x post scale', 'y post scale' and 'z post scale' features to
+ increase the unit vectors after all scaling things have been applied.
+
2010-07-10 Christian Feuersaenger <ludewich@users.sourceforge.net>
- fixed bug: 'xlabels at=edge top' and 'ylabels at=edge right' did not
adjust the ticklabel pos.
@@ -79,16 +352,42 @@
compatibility with existing images; recompile many old documents to check
it)
+2010-06-28 Christian Feuersaenger <ludewich@users.sourceforge.net>
+ - patchplots lib: added 'tensor bezier' patch.
+
2010-06-27 Christian Feuersaenger <ludewich@users.sourceforge.net>
- - fixed bug: 'point meta=f(x)' was evaluated too early. Now it is
- evaluated inside of \addplot in the survey phase.
+ - documented patch plots.
+ - Bugfix for point meta=f(x): it is now evaluated inside of the survey
+ phase
2010-06-25 Christian Feuersaenger <ludewich@users.sourceforge.net>
+ - patch plots: implemented refine for biquadratic.
- fixed bug: 'each nth point' worked only for #1<10
+2010-06-24 Christian Feuersaenger <ludewich@users.sourceforge.net>
+ - patch plots: implemented 'refine' feature (refines to same element)
+ - patch plots: implemented 'refine,patch to triangles' (results in triangles)
+ - patch plots: implemented 'refine' for triangles (longest edge bisection)
+ - high order patch plots are now a separate library.
+ - patch plots: implemented 'refine' for bilinear
+
+2010-06-23 Christian Feuersaenger <ludewich@users.sourceforge.net>
+ - patch plots: implemented internal z buffering for bilinear and
+ biquadratic patches.
+ - patch plots: added support for 'patch to triangles,patch type=bilinear'.
+ - patch plots: added support for 'patch to triangles,patch type=triangle quadr'.
+
+2010-06-22 Christian Feuersaenger <ludewich@users.sourceforge.net>
+ - quadratic triangle: changed node sequence.
+
2010-06-21 Christian Feuersaenger <ludewich@users.sourceforge.net>
- nodes near coords align now accepts some standard anchor names and
appends 'anchor=<value>' automatically.
+
+2010-06-20 Christian Feuersaenger <ludewich@users.sourceforge.net>
+ - rewrote surf/mesh/patch plot API.
+ - added support for 'patch type=line|triangle|rectangle|bilinear|triangle quadratic|biquadratic'
+ and coons type shadings
2010-06-17 Christian Feuersaenger <ludewich@users.sourceforge.net>
- legend to name: now supports \numplots
@@ -105,6 +404,9 @@
separate file names when used with the external library.
- fixed bug: colorbars and french babel have been incompatible.
+2010-06-14 Christian Feuersaenger <ludewich@users.sourceforge.net>
+ - fixed bug: log basis X was broken in the meantime
+
2010-06-11 Christian Feuersaenger <ludewich@users.sourceforge.net>
- optimized runtime of colormap serialized from O(N^2) to O(N)
@@ -112,8 +414,12 @@
- fixed bug: the 'every table' style now has higher precedence than
options provided in square brackets (the old variant yielded either problems with
row sep,col sep keys or with '/.add={}{}' inside of options)
+ - fixed bug: stacked plots for logarithmic scales now produces correct
+ output
- improved compatibility of detached legends/colorbar/\ref legends with
external lib
+ - fixed bug: the new plot handler framework activated the FPU too early,
+ causing changes in line width to use the FPU
- fixed sanity checking for 'table/unique' style and provided meaningful error messages
2010-06-08 Christian Feuersaenger <ludewich@users.sourceforge.net>
@@ -123,6 +429,21 @@
- fixed bug: 'nodes near coords' and stacked plots did not work
- fixed bug: 'point meta' and stacked plots did not work
+2010-06-07 Christian Feuersaenger <ludewich@users.sourceforge.net>
+ - patch plots: added 'patch table={<connectivity file>}' feature
+
+2010-06-06 Christian Feuersaenger <ludewich@users.sourceforge.net>
+ - polar library: tick label positioning and empty axis handling
+ - polar library: introduced check to avoid double tick label at lower and upper end
+
+2010-06-02 Christian Feuersaenger <ludewich@users.sourceforge.net>
+ - documented patch plots
+ - improved z buffer=sort
+
+2010-06-01 Christian Feuersaenger <ludewich@users.sourceforge.net>
+ - added support for patch plots
+ - added 'shader=faceted interp' (experimental; its really inefficient)
+
2010-05-28 Christian Feuersaenger <ludewich@users.sourceforge.net>
- reduced save stack usage
- linear regression: x value is now determined from context
@@ -138,7 +459,24 @@
results.
- fixed bug: shader=interp consumed too much stack save space.
+2010-05-24 Christian Feuersaenger <ludewich@users.sourceforge.net>
+ - added 'contour/labels over line' style
+ - clickable: fixed clickable coords with unbounded or empty coordinates
+ - ternary: improved docs and fixed ternary limits relative.
+
+2010-05-22 Christian Feuersaenger <ludewich@users.sourceforge.net>
+ - improved docs
+ - bar cycle list: added two more entries
+ - plot graphics: added the 'points=' feature which allows to provide more
+ than 2 points. Now, the graphics is placed into the bounding box of all
+ provided coordinates.
+
+2010-05-21 Christian Feuersaenger <ludewich@users.sourceforge.net>
+ - worked on ternary stuff
+
2010-05-19 Christian Feuersaenger <ludewich@users.sourceforge.net>
+ - fixed problem with `empty lines=nan' outside of an axis (for example in
+ table typesetting)
- table package: during lazy column creation, the macro \pgfplotstablename
expands to the currently processed table. This is now used as default for
linear regression.
@@ -149,34 +487,67 @@
from an embedding axis.
- added 'transpose legend' style
+2010-05-15 Christian Feuersaenger <ludewich@users.sourceforge.net>
+ - contour plots: added support to read the output of matlab's contour plot
+ algorithms (contour prepared format=matlab)
+ - contour plots: added support for 'contour gnuplot' which invokes gnuplot
+ to compute contours and invokes 'contour prepared' afterwards.
+ - contour plots: also added generic 'contour external' interface. It can
+ even support matlab (although that's probably too slow).
+ - added hist/cumulative flag
+
+2010-05-13 Christian Feuersaenger <ludewich@users.sourceforge.net>
+
+ - added polar axes library
+ - wrote utility functions \pgfplotsmathpoltocart and
+ \pgfplotsmathcarttopol to work with polar/cartesian coordinate conversion.
+
2010-05-10 Christian Feuersaenger <ludewich@users.sourceforge.net>
+ - clickable lib: added support for multi-line fields + richtext formatted
+ clickable coords
- added 'legend cell align=left|right|center' styles to reduce the amount
of typing for this task.
+2010-05-08 Christian Feuersaenger <ludewich@users.sourceforge.net>
+
+ - Added ternary library for three-phase diagrams (triangular axes).
+ - added support for ternary lib in clickable lib
+
+
2010-05-06 Christian Feuersaenger <ludewich@users.sourceforge.net>
- table package: improved accuracy during gradient loglog.
- added possibility to exchange \includegraphics in plot graphics.
-2010-05-05 Christian Feuersaenger <ludewich@users.sourceforge.net>
+2010-05-03 Christian Feuersaenger <ludewich@users.sourceforge.net>
+
+ - fixed bug: \addplot table (without '[]') sets 'x index=0,y index=1'
+ instead of using their actual value.
+
+2010-04-27 Christian Feuersaenger <ludewich@users.sourceforge.net>
+ - clickable lib: now supports reversed axis (and other non-standard
+ directions for x and y axes)
+ - clickable lib: has now support for 3D axes as well (snap--to--nearest feature)
+
+2010-05-05 Christian Feuersaenger <ludewich@users.sourceforge.net>
- fixed handling of colormap mesh width + reinterpolation. It seems it was
broken or at least not fully functional.
Now it appears to work, is more robust and provides more information on error.
2010-05-03 Christian Feuersaenger <ludewich@users.sourceforge.net>
-
- fixed bug: \addplot table (without '[]') sets 'x index=0,y index=1'
instead of using their actual value.
-2010-04-29 Christian Feuersaenger <ludewich@users.sourceforge.net>
+2010-04-25 Christian Feuersaenger <ludewich@users.sourceforge.net>
- implemented missing \thisrowno (and \nextrowno and \prevrowno) macros
inside of \pgfplotstablecreatecol.
-2010-04-25 Christian Feuersaenger <ludewich@users.sourceforge.net>
-
+2010-04-26 Christian Feuersaenger <ludewich@users.sourceforge.net>
+ - clickable lib: `clickable coords' now cycles through points on the same
+ position.
- fixed bug: named nodes inside of groupplots produced infinite loop
2010-04-22 Christian Feuersaenger <ludewich@users.sourceforge.net>
@@ -185,11 +556,32 @@
to wrong automatically generated ticks.
2010-04-21 Christian Feuersaenger <ludewich@users.sourceforge.net>
+
- table package: Fixed bug in 'unique' style. It worked only for the first
column.
+ - renamed 'contour filled' to 'contour prepared filled'
- fixed bug: named nodes did not function properly in conjunction with pgf 2.00
+2010-04-20 Christian Feuersaenger <ludewich@users.sourceforge.net>
+
+ - clickable lib: added square marker to highlight the clicked position
+ - clickable lib: Added 'clickable coords' and 'clickable coords code'
+ features which allow a snap-to-nearest feature *and* user-defined,
+ additional information when clicking onto data points.
+
+2010-04-18 Christian Feuersaenger <ludewich@users.sourceforge.net>
+
+ - Added plot handler 'contour prepared' which relies on already
+ precomputed contour line coordinates (has preliminary support for filled
+ contours)
+
+2010-04-14 Christian Feuersaenger <ludewich@users.sourceforge.net>
+
+ - Added 'empty line=auto,scanline,jump,nan' key which allows interrupted
+ plots at input empty lines
+
2010-04-12 Christian Feuersaenger <ludewich@users.sourceforge.net>
+
- added 'restrict x to domain*' which truncates to domain boundaries
instead of assigning -inf or +inf.
@@ -206,6 +598,13 @@
- Fixed bug: |colorbar sampled line| and |colorbar left| where
incompatible.
+2010-04-07 Christian Feuersaenger <ludewich@users.sourceforge.net>
+
+ - Added extensible layer for coordinate arithmetics.
+ Now, there is a unified math operation interface which uses the correct
+ math engine transparently (pgf basic math for log axes, float for linear
+ axes currently).
+
2010-04-06 Christian Feuersaenger <ludewich@users.sourceforge.net>
- Added 'colorbar source' feature
@@ -252,6 +651,8 @@
- Fixed bug: the auto-generation of .dep files could fail.
Now, it will only be generated (automatically) if we are currently
externalizing.
+ - improved (wrote) docs for histogram plots and quiver
+ plots.
2010-02-23 Christian Feuersaenger <ludewich@users.sourceforge.net>
@@ -267,6 +668,17 @@
- Fixed bug: providing a point meta expression twice as in 'point meta=<expr>, point meta=<expr>' yielded an infinite recursion
- Provided first rudimentary version for \pgfplotstablesort
+ - Added first version of a histogram plot handler.
+
+2010-02-20 Christian Feuersaenger <ludewich@users.sourceforge.net>
+
+ - Fixed docs for \addlegendimage which was documented using the wrong name |\legendimage|
+ - Allowed paragraphs in legend texts (was broken before)
+ - the updatelimits and parsecoordinates are now available throughout the
+ complete axis.
+ They can also detect 3d coords automatically and enable 3d axes if so.
+ \addplot will use a specialized variant which respects \addplot vs
+ \addplot3
2010-02-18 Christian Feuersaenger <ludewich@users.sourceforge.net>
@@ -317,32 +729,28 @@
- Added 'numeric type' to table package to switch back from string type or
data type.
- added 'numeric as string type' to table package.
+ - tuned quiver plot handler
-2010-01-26 Christian Feuersaenger <ludewich@users.sourceforge.net>
- - Introduced 'compat=1.3' . The name 'compat=newest' was not not such a
- good idea since it might introduce a problem for following releases.
- - Emphasized key names in references to show that /pgfplots/, /tikz/ and
- similar prefixes are unnecessary.
- - Fixed the 'xticklabels' key such that it also accepts '\\' terminated
- lists. This fixes strange bugs with dots '.' as last characters in
- entries.
+2010-01-31 Christian Feuersaenger <ludewich@users.sourceforge.net>
-2010-01-21 Christian Feuersaenger <ludewich@users.sourceforge.net>
+ - Added user interface and tests to quiver plot handler
+ - fixed some bugs in the new internal structure. There will be more
+ changes to prepare for Till Tantau's new Data Visualization Engine
- - added sanity checks such that 'xmin/max' and friends can't be invoked
- within an \addplot.
- - plot gnuplot: added user customizable styles to change the dummy
- variables. The initial config will now use 'x' for 1d, 'x,y' for 2d, 't'
- for 1d parametric and 'u,v' for 2d parametric plots.
- - fixed bug: one couldn't use different log/normal scalings in a group
- plot. Relaxed sanity checking here.
- - added docs for |variable| and |variable y| which appeared to be missing.
+2010-01-30 Christian Feuersaenger <ludewich@users.sourceforge.net>
-2010-01-14 Christian Feuersaenger <ludewich@users.sourceforge.net>
-
- - fixed that '\addlegendimage' did not respect the every plot styles.
- - added 'every legend image post' style.
+ - First draft of a quiver plot handler (undocumented).
+
+2010-01-29 Christian Feuersaenger <ludewich@users.sourceforge.net>
+
+ - Rewrote internal structure to allow better extensability of the plot
+ handlers, particularly the number of accepted input data fields.
+
+2010-01-26 Christian Feuersaenger <ludewich@users.sourceforge.net>
+
+ - Fixed problem with spurious white space occuring during table input command
+ - added 'visualization depends on'.
2010-01-26 Christian Feuersaenger <ludewich@users.sourceforge.net>
@@ -366,18 +774,16 @@
plot. Relaxed sanity checking here.
- added docs for |variable| and |variable y| which appeared to be missing.
-2010-01-15 Christian Feuersaenger <ludewich@users.sourceforge.net>
-
- - added support to generate makefile dependencies for pgfplots input files
- automatically
-
2010-01-14 Christian Feuersaenger <ludewich@users.sourceforge.net>
- fixed that '\addlegendimage' did not respect the every plot styles.
- added 'every legend image post' style.
+2010-01-15 Christian Feuersaenger <ludewich@users.sourceforge.net>
+
+ - added support to generate makefile dependencies for pgfplots input files
+ automatically
->>>>>>>
2010-03-23 Christian Feuersaenger <ludewich@users.sourceforge.net>
- Fixed bug: \pgfplotstablesave did not reset 'postproc cell content'
@@ -446,16 +852,6 @@
- fixed bug: \coordindex for plot table from already loaded structure was
wrong.
-2010-01-26 Christian Feuersaenger <ludewich@users.sourceforge.net>
-
- - Introduced 'compat=1.3' . The name 'compat=newest' was not not such a
- good idea since it might introduce a problem for following releases.
- - Emphasized key names in references to show that /pgfplots/, /tikz/ and
- similar prefixes are unnecessary.
- - Fixed the 'xticklabels' key such that it also accepts '\\' terminated
- lists. This fixes strange bugs with dots '.' as last characters in
- entries.
-
2010-01-21 Christian Feuersaenger <ludewich@users.sourceforge.net>
- added sanity checks such that 'xmin/max' and friends can't be invoked
within an \addplot.