Scatter plot does not make sense.
2 views (last 30 days)
Show older comments
Ashraf Rafiza
on 14 May 2020
Commented: Ashraf Rafiza
on 14 May 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 Comments
Accepted Answer
Walter Roberson
on 14 May 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)])
More Answers (0)
See Also
Categories
Find more on Scatter Plots in Help Center and File Exchange
Products
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!