Re: Re: Very basic question: Zoom into a 2-D plot with the mouse
- To: mathgroup at smc.vnet.net
- Subject: [mg51420] Re: [mg51326] Re: Very basic question: Zoom into a 2-D plot with the mouse
- From: "Ingolf Dahl" <ingolf.dahl at telia.com>
- Date: Sat, 16 Oct 2004 04:21:22 -0400 (EDT)
- Reply-to: <ingolf.dahl at telia.com>
- Sender: owner-wri-mathgroup at wolfram.com
Hi Rainer, Follow the link http://library.wolfram.com/infocenter/MathSource/191/ to MathSource, and you find a handy palette designed for this purpose. It is named "ImageRegionPalette.nb". It controls the ImageRegion parameter of the picture, and it is written by Timothy Lottes. Ingolf Dahl Sweden -----Original Message----- > On Sat, 9 Oct 2004 08:33:53 +0000 (UTC), wilhelm.rainer at gmx.net (Rainer) wrote: > > >I have a very basic question: Does Mathematica offer the possibility >to zoom into a plot (e.g. a simple 2-D plot like the result of >"Plot[Sin[x],{x,0,2*Pi}]") by using the mouse? I am talking about a >feature that many other tools offer. I know that one can >use the "PlotRange" option to zoom into a plot region, but it can be >quite awkward for every zoom to use this option. > >Thanks for any help, >Rainer