Why is the automatic time labeling of my plot in quarters?

1 visualización (últimos 30 días)
KAE
KAE el 3 de Ag. de 2020
Respondida: KAE el 3 de Ag. de 2020
I am plotting a timeseries object* and the automatic date labelling of the x-axis is, unfortunately, in financial quarters (Q1-20, Q2-20, Q3-20, etc.). How can I chose a different time labeling, such as months?
*I know timeseries are outdated but I have to use them to pass time info into the controlchart functions.

Respuesta aceptada

KAE
KAE el 3 de Ag. de 2020
It turns out the time variable is a datenum, and when you are plotting them, you can choose the time labelling format using datetick, such as:
datetick('x', 6); % Label with month/year

Más respuestas (0)

Categorías

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

Etiquetas

Community Treasure Hunt

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

Start Hunting!

Translated by