Issue with xlabel positioning

조회 수: 1 (최근 30일)
Joseff Saunders
Joseff Saunders 2018년 12월 6일
댓글: Joseff Saunders 2018년 12월 6일
Hello all, I am trying to change the location of the xlabel. In the attached figure the labels appear at the start of the month, however I'd like to keep the ticks where they are but move the labels to the center. Hope this makes sense, any help would be much appreciatedFig.1.jpg
  댓글 수: 2
dpb
dpb 2018년 12월 6일
labels are associated with ticks so you have two choices:
  1. Add ticks at six-month intervals and label the mid-year ones with empty labels for the beginning of year locations, or
  2. Don't use tick labels at all but write the months text with text at the six-month x-axis locations.
ADDENDUM
Oh, there's a third that comes to mind -- add a second x-axis on top of the existing that has ticks at the mid-year position and use labels on it and clear the first.
Joseff Saunders
Joseff Saunders 2018년 12월 6일
Good idea, I think I'll go with the third option! Cheers

댓글을 달려면 로그인하십시오.

답변 (0개)

카테고리

Help CenterFile Exchange에서 Axis Labels에 대해 자세히 알아보기

태그

Community Treasure Hunt

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

Start Hunting!

Translated by