参考另一栏注释熊猫条形图

时间:2018-07-19 19:14:28

标签: python pandas matplotlib

Plot is shown here 我正在针对B绘制A列,并希望通过C列对其进行注释。

>>>df=pd.DataFrame({'A':np.random.rand(3),'B':np.random.rand()},index=['value1','value2'])

>>> df
               A         B         C
value1  0.594772  0.483379  0.409961
value2  0.238280  0.321525  0.359370
value3  0.096922  0.226182  0.574583

>>> df.plot.bar(x = 'A', y = 'B')]

0 个答案:

没有答案