How can I remove the borders from the bar plots ?

43 vues (au cours des 30 derniers jours)
Mayssa
Mayssa le 3 Avr 2018
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
Von Duesenberg le 3 Avr 2018
h = bar([4 5 6]);
h.EdgeColor = 'none';

Tags

Community Treasure Hunt

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

Start Hunting!

Translated by