Re: Changing default meaning of ImageSize -> Automatic
- To: mathgroup at smc.vnet.net
- Subject: [mg95080] Re: [mg95049] Changing default meaning of ImageSize -> Automatic
- From: "Scot T. Martin" <smartin at deas.harvard.edu>
- Date: Mon, 5 Jan 2009 03:30:09 -0500 (EST)
- References: <200901041233.HAA03641@smc.vnet.net>
Are you looking for SetOptions[Plot,ImageSize-> xx] ?
On Sun, 4 Jan 2009, lehin.p at gmail.com wrote:
> Hello,
> I like the default behavior of the option ImageSize -> Automatic in
> Graphics[] that results in automatic resizing of graphics according to
> the option ImageSizeMultipliers. But the default size of any graphics
> produced with this option is too small (360 pixels width) for me and I
> am coerced to resize it by hand any time it is produced for making it
> visible in detail. Is there a way to change this behavior and to force
> Graphics[] with the option ImageSize -> Automatic produce an image
> with (for example) 500 pixels width?
>
> In[1]:= Plot[Sin[x], {x, 0, 6 Pi}] // ImageDimensions
>
> Out[1]= {360, 213}
>
>