how can i change the xlim in bar?

9 次查看(过去 30 天)
The x values change from 1970 to 2006, the below figure is between data and the years. (for each year I have 5 bars).
I want to show all years or each two years (1970, 1973,1975,...) on the x axis . how can I do it?
untitled.jpg

采纳的回答

Rik
Rik 2019-5-3
You mean like this?
set(gca,'XTick',ceil(1970:2.5:2005))

更多回答(0 个)

类别

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