How I can fix the xlabel plot?

조회 수: 1 (최근 30일)
Rita
Rita 2016년 5월 27일
댓글: Rita 2016년 5월 30일
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
Walter Roberson
Walter Roberson 2016년 5월 27일
Could you show us
get(gca,'xtick')
?
Rita
Rita 2016년 5월 30일
Sorry Walter, I attached the plots .

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

채택된 답변

the cyclist
the cyclist 2016년 5월 30일
I can't say for sure without knowing the answer to Walter's question, but try this:
datetick('x','mmm','keepticks','keeplimits')
  댓글 수: 1
Rita
Rita 2016년 5월 30일
Thanks The cyclist.

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

추가 답변 (0개)

카테고리

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

Community Treasure Hunt

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

Start Hunting!

Translated by