Dear Haskell,<br><br>Announcing the initial (0.1) release of the 'plot' and 'plot-gtk' packages.<br><br>Released under the "release early, release often" philosophy.<br><br>This package uses Cairo to render high quality graphs exportable as PNG, PS, PDF, and SVG.<br>
<br>Features:<br> * simple monadic interface to configure each figure and elements<br> * title/subtitle<br> * an array of plots in each figure with optional headers<br> * configurable axes and ticks<br> * configurable ranges<br>
* linear, log, semilog ranges<br> * plot vectors or (Double -> Double) functions<br> * line/point/linepoint/impulse/step/area plots<br> * bar/histogram plots<br> * optional error bars<br> * mix and match data series types and formatting<br>
* fully configurable text elements<br> * greyscale matrix visualisation<br><br>The companion package 'plot-gtk' allows creation and incremental update<br>of gtk-displayed plots from the ghci prompt and provides a 'plot' widget.<br>
<br>Suggestions, feature requests, and bug reports welcome.<br><br>Cheers,<br><br>Vivian<br clear="all"><br><br>