Bar Graph legend & x axis

1 次查看(过去 30 天)
why the legends are showing same colour if i have 1 than 1 data ? if only 1 data then the legend is showing correctly.
how to assign x as each day of month like 1 to 31st july, i need "x" only as date realtime. not as datetime

采纳的回答

Scott MacKenzie
Scott MacKenzie 2021-7-6
编辑:Scott MacKenzie 2021-7-6
Change line 3 from
t = datetime;
to
t = linspace(datetime('yesterday'), datetime('tomorrow'), length(InspectionPlan));
For plotting, t needs to be the same size as InspectionPlan. The line above achieves this, but ideally you should probably intialize t so each entry is the date/time of the corresponding entry in InspectionPlan.
  3 个评论
Rizwan Khan
Rizwan Khan 2021-7-13
still the dates does not matching while ploting.
i am ploting field1 vs field2
Rizwan Khan
Rizwan Khan 2021-7-13
Data enetred in 2nd july but plot is showing from 12th july

请先登录,再进行评论。

更多回答(1 个)

Christopher Stapels
This looks like an interesteing application. Can you tell us more about what you are monitoring?

社区

更多回答在  ThingSpeak Community

类别

Help CenterFile Exchange 中查找有关 Visualize Data 的更多信息

标签

Community Treasure Hunt

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

Start Hunting!

Translated by