Mathematica 9 is now available
THIS IS DOCUMENTATION FOR AN OBSOLETE PRODUCT.
SEE THE DOCUMENTATION CENTER FOR THE LATEST INFORMATION.
Mathematica > Visualization and Graphics > Graphics Options & Styling > Graphics Shape & Size >

ImageSizeMultipliers

ImageSizeMultipliers
is an option which specifies how much smaller to render graphics that appear within other constructs.
  • ImageSizeMultipliers->{u, v} specifies that graphics inside list-like constructs should be u times their normal size, while graphics inside function-like constructs should be v times their normal size.
The original graphic size:
Specify that the graphic inside a list is 0.4 times its normal size:
Specify that the graphic inside a function is 0.2 times its normal size:
The original graphic size:
In[1]:=
Click for copyable input
Out[1]=
Specify that the graphic inside a list is 0.4 times its normal size:
In[2]:=
Click for copyable input
Out[2]=
 
Specify that the graphic inside a function is 0.2 times its normal size:
In[1]:=
Click for copyable input
Out[1]=
New in 6
Ask a question about this page  |  Suggest an improvement  |  Leave a message for the team