Break Y Axis

バージョン 1.2.0.0 (11.7 KB) 作成者: MikeCF
Splits the y axis hiding values within a given range
ダウンロード: 14K
更新 2014/3/6

ライセンスの表示

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 (2024). Break Y Axis (https://www.mathworks.com/matlabcentral/fileexchange/45760-break-y-axis), MATLAB Central File Exchange. 取得済み .

MATLAB リリースの互換性
作成: R2012b
すべてのリリースと互換性あり
プラットフォームの互換性
Windows macOS Linux
カテゴリ
Help Center および MATLAB AnswersAxes Appearance についてさらに検索
謝辞

ヒントを得たファイル: BreakAxis, BreakPlot, Break X Axis

ヒントを与えたファイル: Aesethetic Axis Breaks

Community Treasure Hunt

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

Start Hunting!
バージョン 公開済み リリース ノート
1.2.0.0

Example

1.1.0.0

Example

1.0.0.0