[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Handle Graphics Support for Octave
From: |
Nimrod Mesika |
Subject: |
Handle Graphics Support for Octave |
Date: |
Thu, 31 Aug 2000 23:43:53 +0300 |
User-agent: |
Mutt/1.2i |
Yet another plotting package for Octave.
I have been using Matlab's handle graphics subsystem for quite some
time to create scripts with interactive user interfaces. I believe
this system is much more powerful than using gnuplot to just draw
graphs.
Recently I found out that much of the needed functionality has been
implemented in the gtk+extra widget set (designed, obviously for the
gtk+ x11 toolkit).
I have put together some C++ source code to interface Octave with
gtk+extra's plot widget. The code is organized as an octave .oct
module and is loaded dynamically.
This is just an initial preview release to get your opinion on the
design choices made and maybe get some other potential developers
interested in helping.
You may find the code (including the necessary gtk+extra widget) at
http://www.geocities.com/rodd_27/octave.html
The code is totally useless (can do simple plots, print them to
postscript and that's about it) at this point so don't bother if
you can't help. Hopefully, in a few months we'll have something more
useful.
--
Nimrod.
http://www.geocities.com/rodd_27
-----------------------------------------------------------------------
Octave is freely available under the terms of the GNU GPL.
Octave's home on the web: http://www.che.wisc.edu/octave/octave.html
How to fund new projects: http://www.che.wisc.edu/octave/funding.html
Subscription information: http://www.che.wisc.edu/octave/archive.html
-----------------------------------------------------------------------
- Handle Graphics Support for Octave,
Nimrod Mesika <=