Overriding X axis data pts with dates for an area plot

I have an area plot and simply want the x axis values to display an array of dates instead of data points. I.e. if I have 1000 data points instead of the x axis labeling the data points from 1 to 1000 - I'd like the corresponding dates to appear instead. I realize this is pretty straightforward for bar and line graphs but I'm really struggling with the area plot, thanks in advance for anybody's help!

回答(1 个)

datetick()

1 个评论

Hi Walter, thanks for answering - datetick will ultimately format the x axis values but I need to override the x axis values with the actual dates. If I pass the array of both dates and values directly to the area plot it doesn't graph correctly.

请先登录,再进行评论。

类别

帮助中心File Exchange 中查找有关 Dates and Time 的更多信息

标签

提问:

2012-5-7

Community Treasure Hunt

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

Start Hunting!

Translated by