How I can fix the xlabel plot?
1 visualización (últimos 30 días)
Mostrar comentarios más antiguos
Rita
el 27 de Mayo de 2016
Comentada: Rita
el 30 de Mayo de 2016
I have this plot
and I would like the x-axis start at Jan and end in Jan (1 whole year)I have used this
datetick('x','mmm','keepticks')
but the plot changed to this
which y axis does not start from zero and x axis start from april instead of Jan. How I can fix this?
Thanks for any comment.
2 comentarios
Respuesta aceptada
the cyclist
el 30 de Mayo de 2016
I can't say for sure without knowing the answer to Walter's question, but try this:
datetick('x','mmm','keepticks','keeplimits')
Más respuestas (0)
Ver también
Categorías
Más información sobre Annotations en Help Center y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!