Azzera filtri
Azzera filtri

How can I remove the borders from the bar plots ?

52 visualizzazioni (ultimi 30 giorni)
Mayssa
Mayssa il 3 Apr 2018
Risposto: Von Duesenberg il 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

Risposte (1)

Von Duesenberg
Von Duesenberg il 3 Apr 2018
h = bar([4 5 6]);
h.EdgeColor = 'none';

Tag

Community Treasure Hunt

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

Start Hunting!

Translated by