Bubble Pie Chart

bubblePieChart Creates a bubble pie chart.
83 Downloads
Updated 13 Sep 2021

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.

Cite As

Daniel Konviser (2024). Bubble Pie Chart (https://github.com/MATLAB-Graphics-and-App-Building/bubble-pie-chart/releases/tag/v1.1), GitHub. Retrieved .

MATLAB Release Compatibility
Created with R2021a
Compatible with R2020b and later releases
Platform Compatibility
Windows macOS Linux
Tags Add Tags

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!
Version Published Release Notes
1.1

See release notes for this release on GitHub: https://github.com/MATLAB-Graphics-and-App-Building/bubble-pie-chart/releases/tag/v1.1

1.0

To view or report issues in this GitHub add-on, visit the GitHub Repository.
To view or report issues in this GitHub add-on, visit the GitHub Repository.