python
1import matplotlib as plt 2import pandas as pd 3df=pd.read_csv('c:\コロナ課題\in\Covid_ts.csv') 4x=df.columns[1] 5y1=df.columns[2] 6y2=df.columns[3] 7fig = plt.figure() 8ax = fig.add_subplot() 9ax.plot(x,y1) 10ax1 = ax.twinx() 11ax1.plot(x,y1) 12print(fig)
このようなファイルを、縦は新規感染者数と死亡者数を軸に、横は日付を軸に、棒グラフと折れ線グラフで可視化したいのですがうまくいきません。助けてください。
バッドをするには、ログインかつ
こちらの条件を満たす必要があります。