octave-maintainers
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

high level handle plotting functions


From: John W. Eaton
Subject: high level handle plotting functions
Date: Tue, 13 Feb 2007 04:19:30 -0500

On 28-Dec-2006, Shai Ayal wrote:

| In the interest of reducing code duplication, I have identified all
| the high level plotting commands used by octplot, and put them in a
| separate subdirectory in the octplot distribution.
| You can browse these functions in the SVN:
| http://octplot.svn.sourceforge.net/viewvc/octplot/trunk/octplot/high_level/
| 
| and download the as per the instructions at
| http://sourceforge.net/svn/?group_id=86268
| 
| High level functions are those which do not depend on the detailed
| graphics implementation (octplot in this case) and which should work
| in any handle graphics system which has "standard" objects and
| properties (standard == defined in the RFC) -- i.e. plot, contour,
| bar, pcolor are high level, while get,set,line,patch,drawnow are
| low-level.
| I think these (and more) high level functions should eventually be
| part of the octave distribution, and I will be happy to hear
| suggestions on how to proceed with this goal in mind.

I think it would be good to get these functions in Octave, and
reconcile any differences.

Based on what I just found with stem, I would be surprised if the
functions from OctPlot could just be dropped in to the Octave source
tree.  In addition to the differences I mentioned a few moments ago in
another thread, take a look at the version of stem.m that is now in
the Octave CVS archive to see the other kinds of changes I would like
to see before these functions are added to Octave.

Thanks,

jwe


reply via email to

[Prev in Thread] Current Thread [Next in Thread]