|
From: Ethan M. <merritt@u.washington.edu> - 2011-12-08 21:37:44
|
On Thursday, December 08, 2011 01:26:54 pm Mojca Miklavec wrote: > Dear gnuplotters, > > I'm sorry for the slightly weird question, but I'm experiencing a > weird behaviour with x11 terminal (under Mac OS X; I used to use Aqua > a lot so far, so I'm not very familiar with mouse events ...). > > If I run > plot 'somedata' w l > and then zoom into the data with mouse's scroll wheel (+shift and > ctrl), I'm unable to reset the range back to the original one. replot > has zero effect. Another plot just leaves the range where mouse left > it last. Correct. "replot" does not change the current range of the plot. You can can type "unzoom" to return to the original scale, or you can step back and forth through previous zoom operations by using the 'p' or 'n' hotkeys in the plot window. If you had trouble finding this information in the help system or documentation, please tell us where you tried to look so that we can add appropriate cross-indexing or a new section. Ethan > > I can do > set xrange restore > set yrange restore > but this only sets the range to [-10:10] [-5:5] and any subsequent > plot without an explicit range will fail to produce any useful result > unless I quit gnuplot and start it again. > > I would be grateful for any hints. Thank you, > Mojca > > ------------------------------------------------------------------------------ > Cloud Services Checklist: Pricing and Packaging Optimization > This white paper is intended to serve as a reference, checklist and point of > discussion for anyone considering optimizing the pricing and packaging model > of a cloud services business. Read Now! > http://www.accelacomm.com/jaw/sfnl/114/51491232/ > _______________________________________________ > gnuplot-beta mailing list > gnu...@li... > https://lists.sourceforge.net/lists/listinfo/gnuplot-beta > -- Ethan A Merritt Biomolecular Structure Center, K-428 Health Sciences Bldg University of Washington, Seattle 98195-7742 |