Stacked bar plot, assign "names" to color

조회 수: 3 (최근 30일)
Yuhan Wang
Yuhan Wang 2021년 6월 10일
편집: Scott MacKenzie 2021년 6월 10일
How can I assign names to color? In the figure, say, in the right side list, I will assign "Jack's Contribution" to blue instead of "data 6".

답변 (1개)

Scott MacKenzie
Scott MacKenzie 2021년 6월 10일
편집: Scott MacKenzie 2021년 6월 10일
Just add labels to your legend:
labels = { 'Jack', 'Fred', 'abc', 'def' }; % fill out, as desired
legend(labels);

카테고리

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

Community Treasure Hunt

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

Start Hunting!

Translated by