Jonathan Kotta wrote: > How do I get Gnuplot zoom commands to work with Octave (they work in a > standalone Gnuplot). It seems like it's hit or miss for which Gnuplot > bindings work with a Gnuplot window opened from Octave. The default > bindings are printed with "h", and they match in both Gnuplot and > Octave. Any ideas? >
Octave changed the method of writing the data for plots from temp files to piping. And for current 4.x versions of gnuplot, if you specify the data to plot not as external file but inline, then mouse zooming is not possible. This only works in the current CVS version of gnuplot (if enabled by a compile-time flag). This is also documented as known issue in http://www.gnuplot.info/announce.4.2.4 benjamin ------------------------------------------------------------------------- This SF.Net email is sponsored by the Moblin Your Move Developer's challenge Build the coolest Linux based applications with Moblin SDK & win great prizes Grand prize is a trip for two to an Open Source event anywhere in the world http://moblin-contest.org/redirect.php?banner_id=100&url=/ _______________________________________________ Octave-dev mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/octave-dev
