Move bars so that first is between 0 and 1 (0 and first tick) .
1 view (last 30 days)
Show older comments
How can i move the bars 0.5 to the left (according xticks)?
![](https://www.mathworks.com/matlabcentral/answers/uploaded_files/606045/image.jpeg)
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.
0 Comments
Accepted Answer
Adam Danz
on 3 May 2021
Edited: Adam Danz
on 3 May 2021
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 Comments
More Answers (0)
See Also
Categories
Find more on Data Distribution Plots in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!