set errorbar width and thickness

Set an error bar's width and thickness.

您现在正在关注此提交

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.

引用格式

Alan Robinson (2026). set errorbar width and thickness (https://ww2.mathworks.cn/matlabcentral/fileexchange/28390-set-errorbar-width-and-thickness), MATLAB Central File Exchange. 检索时间: .

致谢

参考作品: Adjust error bar width

启发作品: superbar

一般信息

MATLAB 版本兼容性

  • 兼容任何版本

平台兼容性

  • Windows
  • macOS
  • Linux
版本 已发布 发行说明 Action
1.0.0.0