0
私は、Pythonを使ってボケ棒グラフを作成しようとしています。 DATA2は、私がここで間違ってやっている何の値Bokeh Barプロット|
from bokeh.plotting import figure, output_file, show,hplot
from bokeh.charts import Bar
data2=[65.75, 48.400000000000006, 58.183333333333337, 14.516666666666666]
bar = Bar(values=data2,xlabel="beef,pork,fowl,fish",ylabel="Avg consumtion", width=400)
show(bar)
エラー
TypeError: Bar() takes at least 1 argument (1 given)
のですか?