How to plot like this ?
1 visualización (últimos 30 días)
Mostrar comentarios más antiguos
Jeevan Kumar Bodaballa
el 28 de Sept. de 2020
Comentada: Jeevan Kumar Bodaballa
el 29 de Sept. de 2020
I found an image from statista. I’d like to plot like that in matlab is it possible ?
3 comentarios
Adam Danz
el 29 de Sept. de 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.
Respuestas (0)
Ver también
Categorías
Más información sobre Annotations en Help Center y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!