Seán wrote: > > > 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. What happens is you start your compiled gnuplot version from the command promt (not piped from octave) and issue a plot command within gnuplot. Is mouse / keyboard working there? benjamin ------------------------------------------------------------------------------ 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
