How can I remove the borders from the bar plots ?

108 Ansichten (letzte 30 Tage)
Mayssa
Mayssa am 3 Apr. 2018
Beantwortet: Von Duesenberg am 3 Apr. 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

Antworten (1)

Von Duesenberg
Von Duesenberg am 3 Apr. 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