Break Y Axis
Versión 1.2.0.0 (11,7 KB) por
MikeCF
Splits the y axis hiding values within a given range
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 (2024). Break Y Axis (https://www.mathworks.com/matlabcentral/fileexchange/45760-break-y-axis), MATLAB Central File Exchange. Recuperado .
Compatibilidad con la versión de MATLAB
Se creó con
R2012b
Compatible con cualquier versión
Compatibilidad con las plataformas
Windows macOS LinuxCategorías
Más información sobre Axes Appearance en Help Center y MATLAB Answers.
Etiquetas
Agradecimientos
Inspirado por: BreakAxis, BreakPlot, Break X Axis
Inspiración para: Aesethetic Axis Breaks
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!Descubra Live Editor
Cree scripts con código, salida y texto formateado en un documento ejecutable.