BarTwoYaxis

Plots a bar graph with 2 y axes including errorbars

您现在正在关注此提交

plots a 2 axis bar plot by normalizing values to be from 0 to 1 on both data sets, plotting them as one grouped bargraph, adding 2nd y-axis and then modfying y axis ticks. bar1 & bar2 are column vectors.

If errors is not empty (Expected 2 row vector same size as numbars) than plot errorbars using errorbar function. Idea based on Bolu Ajiboye barweb code (though implemented differently)

Use:
figHandle = BarTwoYaxis(bar1,bar2,[],[],'','','',[])

Will plot a 2 Y axis grouped bar with the bar1 series using the left y axis and the bar2 series using the right one.

Type help BarTwoYaxis to see fuller argument list.

引用格式

Shai Shen-Orr (2026). BarTwoYaxis (https://ww2.mathworks.cn/matlabcentral/fileexchange/10839-bartwoyaxis), MATLAB Central File Exchange. 检索时间: .

致谢

参考作品: barweb (BARgraph With Error Bars)

一般信息

MATLAB 版本兼容性

  • 兼容任何版本

平台兼容性

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