Move bars so that first is between 0 and 1 (0 and first tick) .
조회 수: 6 (최근 30일)
이전 댓글 표시
채택된 답변
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
추가 답변 (0개)
참고 항목
카테고리
Help Center 및 File Exchange에서 Data Distribution Plots에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!