How to change plot background color for some datapoints?
20 vues (au cours des 30 derniers jours)
Afficher commentaires plus anciens
Rosi Marungu
le 4 Avr 2016
Commenté : Walter Roberson
le 17 Août 2020
I would like to produce a plot as shown below. The feature I am looking are the different background colors for some of the datapoints. How can I do this?
Thank you!
0 commentaires
Réponse acceptée
Walter Roberson
le 4 Avr 2016
You can use rectangular regions with fill(), or you can use rectangle() with a FaceColor . Either way, you can draw those background areas first, or if you draw them after the plot be sure to uistack() them to the beneath the plot lines.
5 commentaires
Claire Andreasen
le 17 Août 2020
if you're using a grid, how would you make the grid appear overtop the rectangle?
Walter Roberson
le 17 Août 2020
Grids are considered part of an axes. You can have axes appear on top by setting the axes Layer property to 'top' instead of the default 'bottom'
Plus de réponses (1)
Voir également
Catégories
En savoir plus sur Annotations 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!