How can I remove the borders from the bar plots ?

조회 수: 102 (최근 30일)
Mayssa
Mayssa 2018년 4월 3일
답변: Von Duesenberg 2018년 4월 3일
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

답변 (1개)

Von Duesenberg
Von Duesenberg 2018년 4월 3일
h = bar([4 5 6]);
h.EdgeColor = 'none';

카테고리

Help CenterFile Exchange에서 Bar Plots에 대해 자세히 알아보기

태그

Community Treasure Hunt

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

Start Hunting!

Translated by