Force ticks in subplot plots histogram

조회 수: 3 (최근 30일)
Paul MAUGER
Paul MAUGER 2021년 6월 8일
편집: Paul MAUGER 2021년 6월 8일
Ia ora na,
I've got 9 plots (histograms) in a subplot (2 loops from 1:3) with month on x-axis. I set up xticks([1:12]) for each histogram but I have 1 histogram with only 1 elements, in 1 month. It looks like this :
Can I "force" the itcks to respect the 12 months x-axis on last histogram to make the whole subplot look coherent ?
Thanks for the help.
EDIT : problem solved simply with xlim([1 12]) that I hadn't configured.

채택된 답변

Steven Lord
Steven Lord 2021년 6월 8일
Consider linking the axes limits using the linkaxes function.
  댓글 수: 1
Paul MAUGER
Paul MAUGER 2021년 6월 8일
I fixed it with xlim([1 12]) thanks to your comment and description of linkaxes function, that lightened up that my problem was "limits" and not ticks particularly.
Mauru'uru, thanks.

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

추가 답변 (0개)

카테고리

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

제품


릴리스

R2020a

Community Treasure Hunt

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

Start Hunting!

Translated by