Borrar filtros
Borrar filtros

How can I remove the borders from the bar plots ?

61 visualizaciones (últimos 30 días)
Mayssa
Mayssa el 3 de Abr. de 2018
Respondida: Von Duesenberg el 3 de Abr. de 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

Respuestas (1)

Von Duesenberg
Von Duesenberg el 3 de Abr. de 2018
h = bar([4 5 6]);
h.EdgeColor = 'none';

Categorías

Más información sobre Bar Plots en Help Center y File Exchange.

Etiquetas

Community Treasure Hunt

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

Start Hunting!

Translated by