Re: Handle graphics again

"Shai Ayal" <[email protected]> Thu, 23 Feb 2006 06:48:27 +0200
Newsgroups gmane.comp.gnu.octave.graphics
Message-ID <[email protected]>
I am not aware of any such document. I think it would be a very good
idea to start one.
It can be based on the previous discussions we had here.
You can also use some of the octplot stuff -- in the octplot src
directory you have *_props.m files which are help files describing the
available object properties in octplot -- this can save you some
typing.

Shai

On 2/23/06, Bill Denney <[email protected]> wrote:
> This message is cross posted between maintainers and graphics only because
> it was originally in maintainers only.  Please remove maintainers from any
> follow-ups.
>
> On Mon, 13 Feb 2006, John W. Eaton wrote:
>
> > The part that will be common to all graphics and GUI tools, and the part
> > that I think should be written just once, and be a part of Octave, is
> > the part that manages the data structure that defines the plot.  This is
> > what is manipulated by the set and get functions.
> >
> > [snip]
> >
> > Currently in my code, the drawnow function opens a connection to
> > gnuplot directly, but this is not quite what I want.  Instead, it
> > should call a backend-specific drawnow function that handles plotting
> > for the currently active graphics backend.
>
> I'm interested in this, too.  Is there currently a document similar to
> http://www.mathworks.com/access/helpdesk/help/techdoc/creating_plots/hg_objec.html
> or http://www.mathworks.com/access/helpdesk/help/techdoc/ref/func_b52.html
> that defines what what handle types, properties of those types,
> and allowable child types should exist for each figure?  If not, I would
> be willing to start working on one or help develop what is already there.
>
> Bill
>
> --
> "Why did the Apostrophe Protection Society not have a militant wing?"
>   -- Lynne Truss, http://www.msnbc.msn.com/id/4695914/
>
>