how to control xticklabel location?

조회 수: 2 (최근 30일)
roudan
roudan 2018년 1월 25일
편집: roudan 2018년 1월 25일
Hi
I change y limit, then my xticklabel location is aligned with previous y limits.
For example, in the attached figure, original minimum y is -16. when I change y limit to -266. the xticklabel move up to the location where -16 was.
I have been playing with this all morning and i don't know how to do it.
so could you please help me on how do i control the location of xticklable after changing y limits? I want the xticklabel always under the x-axis.
Thank you so much.
Here are my codes
% remove current tick first
set(hrightsubplot,'XTick',[])
set(hrightsubplot,'Xticklabel',{[]})
set(hrightsubplot,'xtick',[startdatenum:dayinterval:enddatenum]);
datetick(hrightsubplot,'x','mmm-dd-YYYY','keepticks','keeplimits');
rotateticklabel(hrightsubplot,45);
I think it is due to datetick(). what does the keepticks do? I really don't like datetick().

답변 (0개)

카테고리

Help CenterFile Exchange에서 Grid Lines, Tick Values, and Labels에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by