From graphics-request at octave dot org Wed Dec 1 08:18:30 2004 Subject: Re: Oplot From: Rafael Laboissiere To: Ole Jacob Hagen Cc: Shai Ayal , graphics@octave.org, Paul Kienzle , jwe@octave.org Date: Wed, 1 Dec 2004 02:29:22 -0600 * Ole Jacob Hagen [2004-12-01 08:40]: > Since plot.m is found in octave-src/scripts/plot, it has to be either > overloaded or the path to our vis.app's m-files should appear before the > path to octave's own plot.m command. This means some fiddling with > DEFAULT_LOADPATH, but this strategy is used in grace-package found in > octave-forge. This is also the same approach used by the PLplot_Octave package. Actually, the grace package strategy was inspired by that of PLplot_Octave. The Octave bindings are distributed with the upstream tarball of PLplot. There is a Debian package called octave-plplot for it. I am interested in knowing whether the PLplot Octave binding could benefit from the Handle Graphics abstraction layer that is being discussed in the present thread. -- Rafael