How can I plot this kind of graph with variable sample bins?
1 回表示 (過去 30 日間)
古いコメントを表示
Hi all, can anyone please give me an idea on how can I plot this type of figure? The colorbar is tagged with the number of intensity. Any sample example code will help me to understand it better. Thank you!!
0 件のコメント
採用された回答
Voss
2023 年 8 月 2 日
Maybe it is a histogram2 plot with 'DisplayStyle' 'tile'.
histogram2(randn(1e6,1),randn(1e6,1),'DisplayStyle','tile')
colorbar
colormap(jet())
その他の回答 (0 件)
参考
カテゴリ
Help Center および File Exchange で Colormaps についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!