Effacer les filtres
Effacer les filtres

How to plot like this ?

3 vues (au cours des 30 derniers jours)
Jeevan Kumar Bodaballa
Jeevan Kumar Bodaballa le 28 Sep 2020
I found an image from statista. I’d like to plot like that in matlab is it possible ?
  3 commentaires
Adam Danz
Adam Danz le 29 Sep 2020
In Matlab, that plot can be reproduced by a bar plot plus 4 patch objects. You'll need to know the properties of bar objects to understand how the bar width and interval can be grabbed. From there, it's just figuring out how to use those values to compute the patch perimeters.
Alternatively, the entire plot could be produced with patch objects alone. I haven't thought about which approach would be easiest.
Jeevan Kumar Bodaballa
Jeevan Kumar Bodaballa le 29 Sep 2020
Thanks for valuable comments 😊

Connectez-vous pour commenter.

Réponses (0)

Catégories

En savoir plus sur Line Plots dans Help Center et File Exchange

Tags

Community Treasure Hunt

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

Start Hunting!

Translated by