Stacked bar plot, assign "names" to color
    조회 수: 3 (최근 30일)
  
       이전 댓글 표시
    

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".
댓글 수: 0
답변 (1개)
  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);
댓글 수: 0
참고 항목
카테고리
				Help Center 및 File Exchange에서 Annotations에 대해 자세히 알아보기
			
	Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!

