How can I remove the borders from the bar plots ?
Afficher commentaires plus anciens
I have a figure of bar plots using bar function and I want to remove the borders, couldn't find something useful in the properties
Réponses (1)
Von Duesenberg
le 3 Avr 2018
h = bar([4 5 6]);
h.EdgeColor = 'none';
Catégories
En savoir plus sur Bar Plots dans Centre d'aide et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!