Hi, 

After long time without any oplot programming, we started to feel sorry for it. 
So therefore we started to do some development on Oplot. 
Oplot is located at http://oplot.sourceforge.net. We are preparing release 0.6 
which will be a large improvement compared to 0.5 release. 
Oplot will also include a handle graphics viewer, where a user can manipulate 
variables directly on the gui. ;-) 
We will also include a feature to save sessions, so you can load figures with 
data without using Octave. ;-) 

Oplot is a Qt4-application, using uds on linux and tcp on Windows. 
Oplot compiles with both MSVC and GCC. I guess it will compile under mingw as 
well. ;-) 

However, we are using dispatch to override Octave's figure, axes, line, and so 
on....But this works only partly....It seems like, that the Octave builtins or 
m-files are executed when our ofigure, oaxes, oline should be executed. 

Is it better to dispatch the builtin functions __go_figure__, __go_axes__, 
__go_line__ in graphics.cc? I see that JHandles does the same thing...

The mark_as_command function is deprecated, but will this function still work 
in later releases? Or will it be replaced? 


Best regards, 

Ole J. Hagen 










      _________________________________________________________
Alt i ett. Få Yahoo! Mail med adressekartotek, kalender og
notisblokk. http://no.mail.yahoo.com

------------------------------------------------------------------------------
_______________________________________________
Octave-dev mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/octave-dev

Reply via email to