|
From: <HBB...@t-...> - 2006-12-04 21:34:16
|
renjith padmanabha pillai wrote: > sir i am using gnuplot for ploting the scientific data in my > organization. i wants to zoom the plot. from help i came to know i have > to use *set mouse*. Not really. You only have to use this if it's not already set. If the session is interactive, mouse interaction will be active by default. > how to make it work for batch > mode as in command line ( gnuplot -persist filename). Generally, you don't. "Batch" is the opposite of interactive, and 'set mouse' is about interactivity. For some cases (but not for "-persist filename" as the command line arguments), you can use 'pause mouse'. See the documentation. |