Scatter plot does not make sense.
2 Ansichten (letzte 30 Tage)
Ältere Kommentare anzeigen
Ashraf Rafiza
am 14 Mai 2020
Kommentiert: Ashraf Rafiza
am 14 Mai 2020
Hello everyone! I have a flight departure data and I am trying to visualize the delay according to its durations and plot it in one scatter plot graph to see its pattern. When I try to run my codes, the scatter plot does not make sense and I cannot understand it. The graph only have 4 plots meanwhile my data size are big. Can someone help me please? Thank you
0 Kommentare
Akzeptierte Antwort
Walter Roberson
am 14 Mai 2020
the fourth plot, 'y>=minutes(60', entry #63 has a date of 14-Jan-0020 19:50:00 (notice this is not year 2020) and a delay of 17531640:01:00 (days, hours, minutes) .
Because of this, the automatic xlim and ylim are being messed up.
xlim auto %manages to ignore the year 0020 entry
ylim([hours(-24),hours(11)])
Weitere Antworten (0)
Siehe auch
Kategorien
Mehr zu Scatter Plots finden Sie in Help Center und File Exchange
Produkte
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!