Info

This question is closed. Reopen it to edit or answer.

Datetick - plotting question

4 views (last 30 days)
Joe
Joe on 3 Mar 2012
Closed: MATLAB Answer Bot on 20 Aug 2021
I am plotting a dataset (ds1, 5x7) with dates in first column and data in rest. Why does the bar chart plot the x axis data one month ahead?
bar(ds1.dates,double(ds1(:,2:end)))
datetick('x','mm-yy')
  1 Comment
Laurens Bakker
Laurens Bakker on 7 Mar 2012
Could you show us your data, so that we can take a look at the values in ds1.dates?

Answers (0)

Products

Community Treasure Hunt

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

Start Hunting!