Scatter plot does not make sense.

1 回表示 (過去 30 日間)
Ashraf Rafiza
Ashraf Rafiza 2020 年 5 月 14 日
コメント済み: Ashraf Rafiza 2020 年 5 月 14 日
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 日
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)])
  1 件のコメント
Ashraf Rafiza
Ashraf Rafiza 2020 年 5 月 14 日
thank you. it helps

サインインしてコメントする。

その他の回答 (0 件)

カテゴリ

Help Center および File ExchangeScatter Plots についてさらに検索

製品

Community Treasure Hunt

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

Start Hunting!

Translated by