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!