Break Y Axis

Version 1.2.0.0 (11,7 ko) par MikeCF
Splits the y axis hiding values within a given range
14K téléchargements
Mise à jour 6 mars 2014

Afficher la licence

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

Citation pour cette source

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

Compatibilité avec les versions de MATLAB
Créé avec R2012b
Compatible avec toutes les versions
Plateformes compatibles
Windows macOS Linux
Catégories
En savoir plus sur Axes Appearance dans Help Center et MATLAB Answers
Remerciements

Inspiré par : BreakAxis, BreakPlot, Break X Axis

A inspiré : Aesethetic Axis Breaks

Community Treasure Hunt

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

Start Hunting!
Version Publié le Notes de version
1.2.0.0

Example

1.1.0.0

Example

1.0.0.0