Bubble Pie Chart

bubblePieChart Creates a bubble pie chart.
83 descargas
Actualizado 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.

Citar como

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

Compatibilidad con la versión de MATLAB
Se creó con R2021a
Compatible con cualquier versión desde R2020b
Compatibilidad con las plataformas
Windows macOS Linux
Categorías
Más información sobre Data Distribution Plots en Help Center y MATLAB Answers.
Etiquetas Añadir etiquetas

Community Treasure Hunt

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

Start Hunting!
Versión Publicado Notas de la versión
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

Para consultar o notificar algún problema sobre este complemento de GitHub, visite el repositorio de GitHub.
Para consultar o notificar algún problema sobre este complemento de GitHub, visite el repositorio de GitHub.