Re: Oplot

Daniel J Sebald <[email protected]> Sun, 05 Dec 2004 22:13:18 -0600
Newsgroups gmane.comp.gnu.octave.graphics
Message-ID <[email protected]>
Paul Kienzle wrote:

> If you have get/set implemented in a compatible way, by all means have 
> somebody put them into octave-forge.
>
> Similarly, all high-level functions like plot which should work 
> identically no matter what the underlying graphics engine actually 
> displays it.  Presumably they should translate the various options 
> into the underlying get/set calls from handles returned by 
> figure/axes/line/patch primitives.  An interface to
> gnuplot can be implemented on top of that if anyone is so inclined.


I'm not completely following the discussion on the graphics interface.  
However, I'd suggest an organized design.  Is the idea that there would 
be a variable that will indicate which graphics system gnuplot is 
currently using?  One we could test to know that we are running gnuplot 
as the graphics engine?  Would there be a subdirectory for plotting 
scripts for each of the plotting packages?

Dan