Plotting lineplot using sns.lineplot() plt.style.use('seaborn-darkgrid') %matplotlib inline sns.lineplot(x=df.C1,y=df.C2,data=df) plt.show().
確定! 回上一頁