set errorbar width and thickness

Set an error bar's width and thickness.
2,8K Downloads
Aktualisiert 4. Aug 2010

Lizenz anzeigen

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.

Zitieren als

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

Kompatibilität der MATLAB-Version
Erstellt mit R2007a
Kompatibel mit allen Versionen
Plattform-Kompatibilität
Windows macOS Linux
Kategorien
Mehr zu Errorbars finden Sie in Help Center und MATLAB Answers
Quellenangaben

Inspiriert von: Adjust error bar width

Inspiriert: superbar

Version Veröffentlicht Versionshinweise
1.0.0.0