Pandas side by side line plot with different y-axis values

前端 未结 0 570
傲寒
傲寒 2020-12-16 18:07

i\'m plotting 3 side by side line plots:

data = df_chuck_from_db.groupby(\'day\')[\'price\'].agg([\'min\',\'max\',\'mean\'])
data.reset_index(inplace=True)

f         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题