필터 지우기
필터 지우기

Two Bar Plots on one graph, with the bars next to each other, not on top of.

조회 수: 16 (최근 30일)
Hi guys,
As the title suggests I want to make a bar graph. I have 2 histograms and the values for xOut are the same. If I try to use hold on, or in fact plotYY, the bars are plotted directly over the top of each other. What I want is a bar plot where the bars for each bin are next to each other, and it would be nice to have them in a different colour. :)
Thanks in advance.
Tim

채택된 답변

Sean de Wolski
Sean de Wolski 2012년 10월 24일
bar([1 2],[pi exp(1);1 4])
  댓글 수: 5
VBBV
VBBV 2018년 6월 28일
I have similar problem ... if I want to display the x-axis with text instead of 1 and 2 ... lets say subjects, airlines etc
MichaelO
MichaelO 2020년 8월 26일
xticks([1:2])
xticklabels({'first column', 'second column'})

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

추가 답변 (1개)

Gessica Cos
Gessica Cos 2018년 7월 2일
Hi everyone, I have the same problem as Tim. I did not understand how to draw two bar charts on a single chart, with the bars side by side. If i have two vector:
a=[3 5 8 2]; b=[5 2 6 4 7];
How can I get something like this at the attached file?

카테고리

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