DOCUMENTATION CENTER SEARCH
Mathematica
>
Options Management
>
Built-in
Mathematica
Symbol
All
DataRange
See Also »
|
Graphics Shape & Size
Options Management
Window Properties
More About »
Full
Full
is a setting used for certain options, typically indicating that a full range of values should be included.
MORE INFORMATION
For example,
AspectRatio
->Full
specifies that a graphic should be stretched to fill out an enclosing region.
PlotRange
->Full
specifies that a plot should include the full range of values of input variables.
EXAMPLES
CLOSE ALL
Basic Examples
(1)
Normally,
PlotRange
->
All
shows only the existing points:
In[1]:=
Out[1]=
Show the full
range, using
PlotRange
->Full
:
In[2]:=
Out[2]=
SEE ALSO
All
DataRange
MORE ABOUT
Graphics Shape & Size
Options Management
Window Properties
New in 6
© 2008 Wolfram Research, Inc.