필터 지우기
필터 지우기

How do I break axis to show data that have large variation?

조회 수: 3 (최근 30일)
Roja Eliza
Roja Eliza 2022년 6월 8일
답변: Jan 2022년 6월 8일
I have some data for which most the values of Y axis fall betwwen -6 to +6 and one data set upto 300. How can I break the plot to show the figure in a better way?
  댓글 수: 1
dpb
dpb 2022년 6월 8일
편집: dpb 2022년 6월 8일
Unfortunately, MATLAB HG2 axes object doesn't have such a facility -- about your only choices without drawing a second axis are to use log scale on the y axis which probably isn't desirable in this case or scale the extreme value by (say) 10, then set the ticklabel value to the actual value. You could then draw a couple of angled lines across the y axis to indicate the break.
There are some "See Also" links to such functionality on FEX that show up here; you ought to check them out albeit it takes downloading and adding them; there isn't any supplied builtin support.

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

답변 (1개)

Jan
Jan 2022년 6월 8일
Search in the FileExchange for "break axis":

카테고리

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