Re: Pan around a large graph?
- To: mathgroup at smc.vnet.net
 - Subject: [mg41102] Re: [mg41097] Pan around a large graph?
 - From: jmt <jmt at dxdydz.net>
 - Date: Sat, 3 May 2003 03:27:03 -0400 (EDT)
 - References: <200305020759.DAA15087@smc.vnet.net>
 - Reply-to: jmt at dxdydz.net
 - Sender: owner-wri-mathgroup at wolfram.com
 
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?