Re: handle graphics

Ole Jacob Hagen <[email protected]> Tue, 12 Jul 2005 22:35:44 +0000
Newsgroups gmane.comp.gnu.octave.maintainers,gmane.comp.gnu.octave.graphics
Message-ID <[email protected]>
Hi,

Oplot is active, as Shai Ayal mentioned.

Me and a professor is writing on a paper about Oplot and Octave.

Oplot is "callback"-based with changes and updates in Props.
Props is our implementation of handle graphics.
Props returns matrices, strings, struct arrays and so on. 
Root, Figure, Axes, Line, Text and Image is implemented in some degree.
Line, and Text works.
Image needs some work.
Surface needs a refactory.


Will describe Oplot and Props implementation later.

Cheers,

Ole J.