Break Y Axis

Splits the y axis hiding values within a given range

이 제출물을 팔로우합니다

breakyaxis([minYvalue,maxYvalue])
Splits the y axis into two separate regions to avoid unnecessary blank space. The split interval is determined by the y-axis values minYvalue and maxYvalue
Example:
a=20*rand(21,1)+10;
figure;hold on;
plot(a);
breakyaxis([14 21]);

인용 양식

MikeCF (2026). Break Y Axis (https://kr.mathworks.com/matlabcentral/fileexchange/45760-break-y-axis), MATLAB Central File Exchange. 검색 날짜: .

도움

도움 받은 파일: BreakAxis, BreakPlot, Break X Axis

도움 준 파일: Aesethetic Axis Breaks

카테고리

Help CenterMATLAB Answers에서 Axes Appearance에 대해 자세히 알아보기

일반 정보

MATLAB 릴리스 호환 정보

  • 모든 릴리스와 호환

플랫폼 호환성

  • Windows
  • macOS
  • Linux
버전 퍼블리시됨 릴리스 정보 Action
1.2.0.0

Example

1.1.0.0

Example

1.0.0.0