set errorbar width and thickness

Set an error bar's width and thickness.
2,8K descargas
Actualizado 4 ago 2010

Ver licencia

errorbarT(H,W,T) adjusts the width of error bars with handle H.
The input W is given in the units of the current x-axis.
The input T is the 'LineWidth' of the errorbar

use it like this:

h = errorbar(....);

errorbar_tick(h, .5, 2);

Based on code by Arnaud Laurent.

Citar como

Alan Robinson (2024). set errorbar width and thickness (https://www.mathworks.com/matlabcentral/fileexchange/28390-set-errorbar-width-and-thickness), MATLAB Central File Exchange. Recuperado .

Compatibilidad con la versión de MATLAB
Se creó con R2007a
Compatible con cualquier versión
Compatibilidad con las plataformas
Windows macOS Linux
Categorías
Más información sobre Errorbars en Help Center y MATLAB Answers.
Agradecimientos

Inspirado por: Adjust error bar width

Inspiración para: superbar

Community Treasure Hunt

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

Start Hunting!
Versión Publicado Notas de la versión
1.0.0.0