Could someone please tell me How to plot dashline output in bar chart?

조회 수: 1 (최근 30일)
x = categorical({'U1','U2'});
y1 = [7500 7200];
yyaxis left;
bar(x,y1,0.4);
hold on;
y2 = [2000,3000];
yyaxis right;
plot(x,y2,'bo');

채택된 답변

SALAH ALRABEEI
SALAH ALRABEEI 2021년 6월 12일
Check this here

추가 답변 (1개)

Chunru
Chunru 2021년 6월 12일
The following article has an example for hatched pattern for bar plot and you need download the hatchfill in file exchage.
Posted by Jiro Doke, July 15, 2011
796 views (last 30 days) | 2 Likes | 1 comment
  댓글 수: 1
Phat Nguyen
Phat Nguyen 2021년 6월 12일
Yes, seems it's not available in matlab... we need to download that file to support... Thank you Sir!

댓글을 달려면 로그인하십시오.

카테고리

Help CenterFile Exchange에서 2-D and 3-D Plots에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by