2008-07-08 meine fix one of two errors in gnuplotPlot() default tip
2008-07-08 meine remove pyflakes false positive
2008-07-08 meine remove types import
2008-04-22 meine more explanation
2008-04-22 meine use OptionParser
2008-04-22 meine add __author__
2008-04-07 meine add needsFixing(), try to detect whether Gnuplot is new enough
2008-04-07 meine moved latexFloat into tikz.py
2008-04-07 meine interpret NaN, fix iter2D (return), add gnuplotPlot
2008-04-07 meine Rect.addBorder
2008-02-07 meine move Options class to a separate file
2008-02-07 meine improve fixRedData() and add __main__
2008-02-07 meine manually redirect fig2dev output to the target file (support spaces in
2008-02-07 meine Gnuplot.py-like API for generating pgfplots
2008-01-16 meine Text.pos API change
2007-12-19 meine - be more graceful with formatted numbers along the ticks (TODO: handle
2007-12-19 meine add
2007-12-19 meine improve documentation and fix ObjectProxy.container for empty parent containers
2007-11-14 meine - support circle nodes (threshold on radius)
2007-11-14 meine - move common code to _joinWithProperties and
2007-10-05 meine - LaTeX font constants
2007-10-05 meine cleanups and fixes of the last commit
2007-10-05 meine - new Options class for efficient handling of named options
2007-10-04 meine allow detecting graphs and output of circle nodes
2007-10-03 meine - more fill patterns
2007-10-03 meine Vector.__setitem__
2007-09-23 meine use even-odd rule
2007-09-23 meine fail early when reading file with non-contiguous color indices
2007-09-23 meine - add ObjectProxy.container()
2007-09-23 meine correct arc angles with redefined Y axis
2007-09-22 meine - define {gray} colors
2007-09-22 meine - proper spacing before polyline coords.
2007-09-16 meine LaTeX font size command heuristic
2007-09-16 meine - improve spline support
2007-09-15 meine quick changing .fig files into portrait mode
2007-09-15 meine + fig2plot
2007-09-15 meine - improve Rect
2007-09-11 meine adapt to API change (pictureFilename)
2007-09-10 meine add fixRedData()
2007-09-10 meine correctly call parent __init__ in ObjectProxy
2007-09-08 meine fix slicing of ObjectProxies initialized without parent
2007-09-08 meine warn on truncated files
2007-09-07 meine post-process Gnuplot-generated XFig files
2007-09-05 meine implement == and != operators for fig.Vector
2007-08-30 meine read points as Vector objects, not stupid tuples ;-)
2007-08-28 meine fix fill style constants (broken due to too old spec laying around here)
2007-08-28 meine - change return value of save() if fig2dev is given
2007-08-28 meine support patterns, add placeholders
2007-08-28 meine - use PGF syntax for arc startpoint calculation
2007-08-27 meine - don't output \draw[]
2007-08-27 meine further improve ArcBase API
2007-08-27 meine - close arcs (not correctly yet maybe)
2007-08-27 meine fix PieArc loading
2007-08-27 meine correctly (un)escape special chars in Text strings
2007-08-27 meine more Text tests
2007-08-27 meine add more test files
2007-08-27 meine handling of rotated text
2007-08-27 meine rename fontAngle to angle
2007-08-27 meine - support comments
2007-08-27 meine support \filldraw, too