Bubble Pie Chart

バージョン 1.1 (36.6 KB) 作成者: Daniel Konviser
bubblePieChart Creates a bubble pie chart.
ダウンロード: 83
更新 2021/9/13

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.

引用

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

MATLAB リリースの互換性
作成: R2021a
R2020b 以降のリリースと互換性あり
プラットフォームの互換性
Windows macOS Linux
カテゴリ
Help Center および MATLAB AnswersData Distribution Plots についてさらに検索
タグ タグを追加

Community Treasure Hunt

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

Start Hunting!
バージョン 公開済み リリース ノート
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

この GitHub アドオンでの問題を表示または報告するには、GitHub リポジトリにアクセスしてください。
この GitHub アドオンでの問題を表示または報告するには、GitHub リポジトリにアクセスしてください。