How can I divide the plot to the two levels (upper and lower) with different y range data?

조회 수: 1 (최근 30일)
Hi All,
I would to like to plot as in the figure below, different y levels with different y ranges with the same x axis.
Thanks in advance,
Riyadh

답변 (2개)

Image Analyst
Image Analyst 2017년 1월 15일
편집: Image Analyst 2017년 1월 15일

Adam
Adam 2017년 1월 13일
편집: Adam 2017년 1월 13일
doc yyaxis
if you are using R2016a or later.
doc plotyy
if not. With these you can define the left and right axes and use ylim on each to change where your data sits. Whether you can achieve the plot you have there I'm not sure though. I've never needed to use these myself so I'm not too familiar with how far you can manipulate them.
You could just do it with 2 axes that you manually position to be immediately above/below each other and remove all x ticks from the top one and then use
doc linkaxes
to link the x limits of the two axes so they zoom together etc.
  댓글 수: 2
Riyadh Muttaleb
Riyadh Muttaleb 2017년 1월 14일
Thank you for your response. my question how can plot figure with * two different y scales* as in the fig.
Adam
Adam 2017년 1월 15일
That is what yyaxis and plotyy do. Whether they do it like the picture or not is debatable, but you can't perfectly recreate a plot from somewhere totally different.

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

카테고리

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