Break Y Axis

Splits the y axis hiding values within a given range

Vous suivez désormais cette soumission

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 (2026). Break Y Axis (https://fr.mathworks.com/matlabcentral/fileexchange/45760-break-y-axis), MATLAB Central File Exchange. Extrait(e) le .

Remerciements

Inspiré par : BreakAxis, BreakPlot, Break X Axis

A inspiré : Aesethetic Axis Breaks

Catégories

En savoir plus sur Axes Appearance dans Help Center et MATLAB Answers

Informations générales

Compatibilité avec les versions de MATLAB

  • Compatible avec toutes les versions

Plateformes compatibles

  • Windows
  • macOS
  • Linux
Version Publié le Notes de version Action
1.2.0.0

Example

1.1.0.0

Example

1.0.0.0