Effacer les filtres
Effacer les filtres

How can I plot this kind of graph with variable sample bins?

2 vues (au cours des 30 derniers jours)
Ashfaq Ahmed
Ashfaq Ahmed le 2 Août 2023
Commenté : Voss le 2 Août 2023
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!!

Réponse acceptée

Voss
Voss le 2 Août 2023
Maybe it is a histogram2 plot with 'DisplayStyle' 'tile'.
histogram2(randn(1e6,1),randn(1e6,1),'DisplayStyle','tile')
colorbar
colormap(jet())
  2 commentaires
Ashfaq Ahmed
Ashfaq Ahmed le 2 Août 2023
amazing!! thanks a lot.
Voss
Voss le 2 Août 2023
You're welcome!

Connectez-vous pour commenter.

Plus de réponses (0)

Catégories

En savoir plus sur Colormaps dans Help Center et File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by