barh

matplotlib.axes.Axes.barh

Axes.barh(self, y, width, height=0.8, left=None, *, align='center', **kwargs)

x軸方向の棒グラフの作成

Parameters

  • y: データの系列
  • height
  • weight
  • left
  • align

Other Parameters

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