Polar bubble chart
polarbubblechart(
specifies the colors of the bubbles. theta
,rho
,sz
,c
)
To use one color for all the bubbles, specify a color name, a hexadecimal color code, or an RGB triplet.
To assign a different color to each bubble, specify a vector the same length as
theta
and rho
. Alternatively, you can specify
a three-column matrix of RGB triplets. the number of rows in the matrix must match the
length of theta
and rho
.
polarbubblechart(___,
specifies Name,Value
)BubbleChart
properties using one or more name-value pair
arguments. Specify the properties after all other input arguments. For a list of properties,
see BubbleChart Properties.
polarbubblechart(
displays
the bubble chart in the target axes pax
,___)pax
. Specify the axes before all
other input arguments.
bc = polarbubblechart(___)
returns the
BubbleChart
object. Use bc
to modify properties of
the chart after creating it. For a list of properties, see BubbleChart Properties.