mosaic_plot.zip

Make a mosaic plot from 2D data

現在この提出コンテンツをフォロー中です。

The function mosaic_plot makes a mosaic plot from 2D data. One could check with
http://en.wikipedia.org/wiki/Mosaic_plot for a description of mosaic plot.
The function return two outputs xm and ym, which are the x and y components of centers of boxes. They are useful if one want to label the plot.

E.g., make a mosaic plot for random data and put the percentage of box as
label

data=rand(3,4);
[xm,ym]=mosaic_plot(data);
multi_text(xm(:),ym(:),form_percentage_strings_from_array(data(:)));

引用

Samuel Cheng (2026). mosaic_plot.zip (https://jp.mathworks.com/matlabcentral/fileexchange/47785-mosaic_plot-zip), MATLAB Central File Exchange. に取得済み.

カテゴリ

Help Center および MATLAB AnswersContour Plots についてさらに検索

一般的な情報

MATLAB リリースの互換性

  • すべてのリリースと互換性あり

プラットフォームの互換性

  • Windows
  • macOS
  • Linux
バージョン 公開済み リリース ノート Action
1.0.0.0