Scatter plot of bins for tall arrays
binScatterPlot(
creates
a binned scatter plot of the data in X,Y
)X
and Y
.
The binScatterPlot
function uses an automatic
binning algorithm that returns bins with a uniform area, chosen to
cover the range of elements in X
and Y
and
reveal the underlying shape of the distribution.
binScatterPlot(
specifies
additional options with one or more name-value pair arguments using
any of the previous syntaxes. For example, you can specify X,Y
,Name,Value
)'Color'
and
a valid color option to change the color theme of the plot, or 'Gamma'
with
a positive scalar to adjust the level of detail.
returns
a h
= binScatterPlot(___)Histogram2
object. Use this object to inspect
properties of the plot.