how to move label from axis to the center

8 visualizaciones (últimos 30 días)
Farshid Daryabor
Farshid Daryabor el 6 de Mzo. de 2020
Comentada: Sindar el 9 de Mzo. de 2020
I want to adjust the x-label {Jan, ,Dec} at the center of axis, how can I do it. Thanks
  1 comentario
Ameer Hamza
Ameer Hamza el 6 de Mzo. de 2020
Can you mark on the image what is your expected outcome? Where do you want to move the x-labels?

Iniciar sesión para comentar.

Respuestas (1)

Sindar
Sindar el 6 de Mzo. de 2020
First, those are called the xtick labels. It turns out moving them is a pain, but I did find a potential solution here:
a=gca;
a.XRuler.TickLabelGapOffset = -45;
  2 comentarios
Farshid Daryabor
Farshid Daryabor el 9 de Mzo. de 2020
By this comment text shift up and down, whilst I want to shift text to the center without shift of axis, for instance,
| | | |
Jan Feb Mar
| | |
Jan Feb Mar
Sindar
Sindar el 9 de Mzo. de 2020
A better way to phrase your question is:
How do I move the xtick labels to midway between xticks?
My immediate response would be: don't. Doing this is confusing.
However, if you feel you must, there are many answers here on how to manually set the location and text of ticklabels using the text() command

Iniciar sesión para comentar.

Etiquetas

Community Treasure Hunt

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

Start Hunting!

Translated by