help-octave
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Gnuplot zoom with mouse


From: John W. Eaton
Subject: Gnuplot zoom with mouse
Date: Fri, 24 Aug 2007 16:21:08 -0400

On 24-Aug-2007, Will Lentz wrote:

| I just upgraded to octave 2.9.13 and I can't zoom in on plots anymore
| (using a mouse right-click with gnuplot 4.0).
| 
| My old .octaverc contained:
|   gset mouse
| which allowed gnuplot to zoom in.
| 
| I tried to convert that to:
|   __gnuplot__set__ mouse
| but gnuplot still won't zoom in anymore.  Any ideas?

Read the NEWS file (you can also see it if you type "news" at the
octave prompt).

Put

  set mouse

in your ~/.gnuplot file.

This should not be necessary if you upgrade to gnuplot 4.2 (plus, you
then get better support for color line properties in Octave).

jwe


reply via email to

[Prev in Thread] Current Thread [Next in Thread]