Re: Pan around a large graph?
- To: mathgroup at smc.vnet.net
- Subject: [mg41113] Re: [mg41097] Pan around a large graph?
- From: Kirk Reinholtz <kirk.reinholtz at jpl.nasa.gov>
- Date: Sat, 3 May 2003 03:29:33 -0400 (EDT)
- References: <200305020759.DAA15087@smc.vnet.net> <200305021108.14104.jmt@dxdydz.net>
- Sender: owner-wri-mathgroup at wolfram.com
Tried that, didn't work: still clips at the window. This is windows,
running Mathematica 4.2. I also tried setting the option then restarting Mathematica.
Option was still set, but no apparent effect on the graphics. I think
maybe the horizontal scroll does indeed go farther, but there is no
graph past the screen to look at.
Another possible hint: I can't resize the window beyond the size of my
screen. I was thinking maybe I could make the whole window large, then
pan around the window using the OS, rather than pan around the image
using Mathematica. Oh, well...
jmt wrote:
>
> Either :
>
> OptionsInspector for Global, NotebookOptions/Window
> Properties/ScrollingOptions/HorizontalScrollRange and write there a bigger
> pixel value
>
> or
>
> edit your Mathematica preferences file (location depending on your system,
> mine on Linux is ~/.Mathematica/FrontEnd/init.m)
>
> SetOptions[$FrontEnd,
> NotebookDirectory:>FrontEnd`FileName[{$RootDirectory, "home", "jmt", \
> "PersonalData", "compta"}, CharacterEncoding -> "iso8859-1"],
> AutoOpenPalettes->{},
> AutoOpenNotebooks->{},
>
> ...
>
> RulerUnits->"Millimeters",
> ScrollingOptions->{"HorizontalScrollRange"->6048}, <---- THIS IS THE OPTION
> PrintingOptions->{"IncludeSpecialFonts"->True,
> "IncludePostScriptResourceDirectives"->True,
> "UsePostScriptOutputFile"->False,
> "UnixShellPrintingCommand"->"lp",
> "UseUnixShellPrintingCommand"->True},
> CommonDefaultFormatTypes->{"Output"->StandardForm}
> ]
>
> On Friday 02 May 2003 09:59, Kirk Reinholtz wrote:
> > Sirs:
> >
> > Yes, tried to find this in mathgroup archives etc, just couldn't find
> > it. So...
> >
> > I have a graph with many details on it that I would like to be able to
> > pan around to examine detail. When I do this by setting
> > ImageSize->{bignumber,Automatic} it appears to "clip" to approximately
> > the width of my notebook, so the portion of the graph that's well
> > outside of the current notebook vanishes.
> >
> > I sure would appreciate a hint on how to set things up such that the
> > whole graph is graphed, such that I can pan around it using horizontal
> > and vertical scroll bars.
> >
> > Thanks!
- References:
- Pan around a large graph?
- From: Kirk Reinholtz <kirk.reinholtz@jpl.nasa.gov>
- Pan around a large graph?