any way to add legend in bar plot like this?
조회 수: 2 (최근 30일)
이전 댓글 표시
Hi:
is there anyway to add legend of a bar plot like below? i.e. put the bar plot on the left side and the legend on the right side, in one figure.
Thanks!
Yu
댓글 수: 0
답변 (1개)
KALYAN ACHARJYA
2019년 6월 4일
편집: KALYAN ACHARJYA
2019년 6월 4일
See this example
y=[2 2 3; 2 5 6; 2 8 9; 2 11 12];
bar(y,'stacked');
legend('level1','level2','level3','Location','Best','FontSize',8);
댓글 수: 2
KALYAN ACHARJYA
2019년 6월 4일
편집: KALYAN ACHARJYA
2019년 6월 4일
You can drag (cursor move) and place in figure window. My Matlab v 2018b
참고 항목
카테고리
Help Center 및 File Exchange에서 Legend에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!