How can I plot this kind of graph with variable sample bins?
4 visualizzazioni (ultimi 30 giorni)
Mostra commenti meno recenti
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!!
![](https://www.mathworks.com/matlabcentral/answers/uploaded_files/1448637/image.png)
0 Commenti
Risposta accettata
Voss
il 2 Ago 2023
Maybe it is a histogram2 plot with 'DisplayStyle' 'tile'.
histogram2(randn(1e6,1),randn(1e6,1),'DisplayStyle','tile')
colorbar
colormap(jet())
Più risposte (0)
Vedere anche
Categorie
Scopri di più su Colormaps in Help Center e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!