Scatter plot does not make sense.

2 visualizaciones (últimos 30 días)
Ashraf Rafiza
Ashraf Rafiza el 14 de Mayo de 2020
Comentada: Ashraf Rafiza el 14 de Mayo de 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

Respuesta aceptada

Walter Roberson
Walter Roberson el 14 de Mayo de 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)])

Más respuestas (0)

Categorías

Más información sobre Scatter Plots en Help Center y File Exchange.

Productos

Community Treasure Hunt

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

Start Hunting!

Translated by