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

 채택된 답변

Walter Roberson
Walter Roberson 2020년 5월 14일

1 개 추천

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)])

추가 답변 (0개)

카테고리

도움말 센터File Exchange에서 Scatter Plots에 대해 자세히 알아보기

제품

질문:

2020년 5월 14일

댓글:

2020년 5월 14일

Community Treasure Hunt

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

Start Hunting!

Translated by