필터 지우기
필터 지우기

2 XTick are existing on one plot!

조회 수: 3 (최근 30일)
Aimie
Aimie 2012년 7월 18일
I'm trying to change the x ticks on a plotyy(x,y1,x,y2). This is what I'm doing:
set(gca,'XTick',[0:4:64])
However, the plotyy wants to use something more like [0:10:70], so I am getting my 0:4:64 ticks, but they are just being overlaid over the default ticks. Basically it's just really hard to read and the default ticks do not work for my application.

채택된 답변

Jan
Jan 2012년 7월 18일
plotyy creates two axes objects. So do not use gca but the handles replied by AX = plotyy().
  댓글 수: 1
Aimie
Aimie 2012년 7월 27일
I would like to comment here just to say that I thought that I could only edit the y-axes by using AX(1) and AX(2) handles. However, by using
set(AX,'XTick',[0:4:64])
I was able to set both AX axes handles to make the x-axis ticks change correctly.
Thanks!

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

추가 답변 (0개)

카테고리

Help CenterFile Exchange에서 Two y-axis에 대해 자세히 알아보기

제품

Community Treasure Hunt

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

Start Hunting!

Translated by