> > Benjamin Lindner wrote: > >> 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). > >> > > > > I have compiled and installed gnuplot 4.3 CVS. Octave plots still do not > > respond to gnuplot commands like mouse zoom, grid, logscale, etc. Should I > > have done something special at compile-time? > > > > Did you compile the console version? > If so, you must have -DVOLATILE_REFRESH in your CFLAGS, otherwise > zooming will not work. I'm not sure how grid and logscale would behave.
It works with the current CVS version of gnuplot out-of-the-box, ie you don't need to specify any special options during compiling. I think the problem can be that octave is using the gnuplot 4.2.x binary instead of the gnuplot 4.3; check your "gnuplot_binary" in Octave. --- Petr Mikulik ------------------------------------------------------------------------------ Apps built with the Adobe(R) Flex(R) framework and Flex Builder(TM) are powering Web 2.0 with engaging, cross-platform capabilities. Quickly and easily build your RIAs with Flex Builder, the Eclipse(TM)based development software that enables intelligent coding and step-through debugging. Download the free 60 day trial. http://p.sf.net/sfu/www-adobe-com _______________________________________________ Octave-dev mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/octave-dev
