필터 지우기
필터 지우기

Move bars so that first is between 0 and 1 (0 and first tick) .

조회 수: 4 (최근 30일)
Rudolf
Rudolf 2021년 5월 3일
편집: Adam Danz 2021년 5월 4일
How can i move the bars 0.5 to the left (according xticks)?
I need first bar to be between 0 and 1, next from 1 to 2 and so on. Now the xticks are centered under each bar.

채택된 답변

Adam Danz
Adam Danz 2021년 5월 3일
편집: Adam Danz 2021년 5월 3일
That looks like a histogram rather than a bar plot. You can define the histogram edges using (0:25)-.5 to shift the bars leftward by 0.5 units and centered on intergers.
If you are using a bar plot, set the x values to 0:23
  댓글 수: 4
Rudolf
Rudolf 2021년 5월 4일
Thank you very much. In this way i get the figure to look like wanted for a report we're making.
Is it the lack of any number behind 'BinCounts' which makes this work (like a bar plot)?
Adam Danz
Adam Danz 2021년 5월 4일
편집: Adam Danz 2021년 5월 4일
> Is it the lack of any number behind 'BinCounts' which makes this work
By specifying the bincounts, you're telling Matlab how high to make the bars which is similar to bar plot. It accepts floating point values, too, not just integer "counts".

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

추가 답변 (0개)

카테고리

Help CenterFile Exchange에서 Data Distribution Plots에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by