Octplot 0.3.5 is out

"Shai Ayal" <[email protected]> Sun, 19 Feb 2006 21:06:29 +0200
Newsgroups gmane.comp.gnu.octave.graphics
Message-ID <[email protected]>
Hi all,

Octplot 0.3.5 is out!

We have a web page, courtesy of Michael Schmid:
http://octplot.sourceforge.net/

Notable changes:

* Markers can now be filled - MarkerFaceColor & MarkerEdgeColor
properties for line & patch objects

* zoomstack is now axes specific. Try the right mouse button to go back in the
stack, shift-left button to autoscale.

* surface can now handle matrix,vector or empty xdata & ydata
internally which makes for faster drawing and lower memory usage

* legends - legends are still in their infancy. However some control
over their appearance is possible. It is also possible to set the line
legends using the octave ";;" notation i.e. plot(1:10,"b-;blue line;")
-- help legend_props,legend.

* New plot types: pie, stem, bar, barh

* toogle_octplot now clears all plotting commands when octplot is
toggled off, so normal gnuplot usage should be possible after an even
number of toggles (Thanks to the octplot debian porting team).

We are (eagerly?) awaiting your bug reports and feature requests

Shai