Break Y Axis

Splits the y axis hiding values within a given range

Ahora está siguiendo esta publicación

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

Citar como

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

Agradecimientos

Inspirado por: BreakAxis, BreakPlot, Break X Axis

Inspiración para: Aesethetic Axis Breaks

Categorías

Más información sobre Axes Appearance en Help Center y MATLAB Answers.

Información general

Compatibilidad con la versión de MATLAB

  • Compatible con cualquier versión

Compatibilidad con las plataformas

  • Windows
  • macOS
  • Linux
Versión Publicado Notas de la versión Action
1.2.0.0

Example

1.1.0.0

Example

1.0.0.0