bar

matplotlib.axes.Axes.bar

Axes.bar(self, x, height, width=0.8, bottom=None, *, align='center', data=None, **kwargs)

棒グラフの作成

Parameters

  • x: スカラデータの集合
  • height
  • weight
  • bottom
  • align

Other Parameters

  • color
  • edgecolor
  • linewidth
  • tick_label
  • xerr, yerr
  • ecolor
  • capsize
  • error_kw
  • log
  • orientation