Artificial intelligent assistant

seabornで(エラーバー付きの)棒グラフを描くには seaborn df.plot.bar() a=[[63,237,300],[37,163,200],[100,400,500]] import pandas as pd df=pd.DataFrame(a,index=['','',''],columns=['','','']) df ![DataFrame]( # df=df.loc[['',''],['','']] df ![DataFrame]( # df=df.div(df[''],axis=0) df ![]( # df=df[''] df ![]( #dataframe.plot.bar() df.plot.bar() df ![df.plot.bar\(\)]( #seaborn.barplot(df) # import seaborn as sns sns.barplot(df) ![sns.barplot](

`df=df['']`pandasDataFrameSeries

`df=pd.DataFrame(df[''])`DataFrame


a=[[0.21],[0.185]]
df=pd.DataFrame(a,index=['',''],columns=[''])


`x`,`y`,`data`
`color`


sns.barplot(x=df.index, y="", data=df, color='steelblue')


* * *


seabornmatplotlib
Pandas.DataFrame.plotmatplotlib.plot,(yerr)
python

xcX3v84RxoQ-4GxG32940ukFUIEgYdPy f9277f667970a37c3e3c3e86bc96eb46