Break Y Axis

Version 1.2.0.0 (11,7 KB) von MikeCF
Splits the y axis hiding values within a given range
13,8K Downloads
Aktualisiert 6. Mär 2014

Lizenz anzeigen

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]);

Zitieren als

MikeCF (2024). Break Y Axis (https://www.mathworks.com/matlabcentral/fileexchange/45760-break-y-axis), MATLAB Central File Exchange. Abgerufen .

Kompatibilität der MATLAB-Version
Erstellt mit R2012b
Kompatibel mit allen Versionen
Plattform-Kompatibilität
Windows macOS Linux
Kategorien
Mehr zu Axes Appearance finden Sie in Help Center und MATLAB Answers
Quellenangaben

Inspiriert von: BreakAxis, BreakPlot, Break X Axis

Inspiriert: Aesethetic Axis Breaks

Community Treasure Hunt

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

Start Hunting!
Version Veröffentlicht Versionshinweise
1.2.0.0

Example

1.1.0.0

Example

1.0.0.0