MATLAB-Graphics-and-App-Building / bubble-pie-chart

bubblePieChart Creates a bubble pie chart.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Bubble Pie Chart

View Bubble Pie Chart on File Exchange

Version: 1.0

bubblePieChart Creates a bubble pie chart.

Example bubblePieChart

How to use:

bubblePieChart(x,y,p) create a bubble pie chart with the specified
pie locations and data. The sizes of the pies are determined
automatically based on the pie data.

bubblePieChart(x,y,p,s) create a bubble pie chart with
the specified size for each pie in points, where one point equals
1/72 of an inch. s can be a scalar or a vector the same length as x
and y. If s is a scalar, the same size is used for all pies.

bubblePieChart() create a bubble pie chart using only name-value
pairs.

bubblePieChart(___,Name,Value) specifies additional options for
the bubble pie chart using one or more name-value pair arguments.
Specify the options after all other input arguments.

bubblePieChart(parent,___) creates the bubble pie chart in the
specified parent.

b = bubblePieChart(___) returns the bubblePieChart object. Use b
to modify properties of the plot after creating it.

About

bubblePieChart Creates a bubble pie chart.

License:Other


Languages

Language:MATLAB 100.0%