DOCUMENTATION CENTER SEARCH
Mathematica
>
Plotting and Image Regions
>
Built-in
Mathematica
Symbol
Full
PlotRange
DataReversed
LayerSizeFunction
See Also »
|
Graphics Coordinates
Plotting and Image Regions
Plotting Options
More About »
DataRange
DataRange
is an option for functions such as
ListPlot
and
ListDensityPlot
, that specifies what range of actual coordinates the data should be assumed to occupy.
MORE INFORMATION
For 1D data a typical setting is
DataRange->{
x
min
,
x
max
}
.
For 2D and higher-dimensional data a typical setting is
{{
x
min
,
x
max
}, {
y
min
,
y
max
},
...
}
.
For
ArrayPlot
, the settings for
DataRange
refer to the coordinates of the centers of each cell.
EXAMPLES
CLOSE ALL
Basic Examples
(2)
By default lists of
values are assumed to have integer
values:
In[1]:=
In[2]:=
Out[2]=
Use
DataRange
to specify a different range of
values:
In[3]:=
Out[3]=
Specify the
coordinate range for tabular data:
In[1]:=
In[2]:=
Out[2]=
In[3]:=
Out[3]=
SEE ALSO
Full
PlotRange
DataReversed
LayerSizeFunction
MORE ABOUT
Graphics Coordinates
Plotting and Image Regions
Plotting Options
New in 5.1
© 2008 Wolfram Research, Inc.