bubblecloud
Syntax
Description
Table Data
bubblecloud(
creates a bubble cloud chart using the data in the table tbl
,szvar
)tbl
. Specify
szvar
as the table variable containing the bubble sizes. For example,
you can specify the name of the variable or an index to the variable.
Bubble cloud charts are useful for illustrating the relationship between elements in your data set and the set as a whole. For example, you can visualize data collected from different cities, and represent each city as a bubble whose size is proportional to the value for that city.
Vector Data
bubblecloud(
creates a bubble cloud chart
with the bubble sizes specified as a vector.sz
)
Additional Options
bubblecloud(___,
specifies additional bubble cloud properties using one or more name-value arguments.
Specify the properties after all other input arguments. For a list of properties, see
BubbleCloud Properties.Name,Value
)
bubblecloud(
creates
the bubble cloud in the figure, panel, or tab specified by
parent
,___)parent
.
Examples
Input Arguments
Name-Value Arguments
Output Arguments
More About
Version History
Introduced in R2021a