DOCUMENTATION CENTER SEARCH
Mathematica
>
Graphics Shape & Size
>
Built-in
Mathematica
Symbol
ScriptSizeMultipliers
ImageSize
Magnify
ImageSizeAction
See Also »
|
Graphics Annotation & Appearance
Graphics Options & Styling
Graphics Shape & Size
Graphics Styling in Notebooks
Stylesheets
Text Layout Options
New in 6.0: Formatting & Styling
More About »
ImageSizeMultipliers
ImageSizeMultipliers
is an option which specifies how much smaller to render graphics that appear within other constructs.
MORE INFORMATION
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.
A typical default setting for
ImageSizeMultipliers
is
{0.5, 0.25}
.
EXAMPLES
CLOSE ALL
Basic Examples
(2)
The original graphic size:
In[1]:=
Out[1]=
Specify that the graphic inside a list is 0.4 times its normal size:
In[2]:=
Out[2]=
Specify that the graphic inside a function is 0.2 times its normal size:
In[1]:=
Out[1]=
SEE ALSO
ScriptSizeMultipliers
ImageSize
Magnify
ImageSizeAction
MORE ABOUT
Graphics Annotation & Appearance
Graphics Options & Styling
Graphics Shape & Size
Graphics Styling in Notebooks
Stylesheets
Text Layout Options
New in 6.0: Formatting & Styling
New in 6
© 2008 Wolfram Research, Inc.