Bar Graph legend & x axis

1 visualizzazione (ultimi 30 giorni)
Rizwan Khan
Rizwan Khan il 6 Lug 2021
Commentato: Rizwan Khan il 13 Lug 2021
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

Risposta accettata

Scott MacKenzie
Scott MacKenzie il 6 Lug 2021
Modificato: Scott MacKenzie il 6 Lug 2021
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 Commenti
Rizwan Khan
Rizwan Khan il 13 Lug 2021
still the dates does not matching while ploting.
i am ploting field1 vs field2
Rizwan Khan
Rizwan Khan il 13 Lug 2021
Data enetred in 2nd july but plot is showing from 12th july

Accedi per commentare.

Più risposte (1)

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

Community

Più risposte nel  ThingSpeak Community

Categorie

Scopri di più su Visualize Data in Help Center e File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by