l***@gmail.com
2009-01-04 12:32:47 UTC
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}
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}