ax = sns.scatterplot(x="total_bill", y="tip", data=tips). With this format, Seaborn support Pandas DataFrame. "total_bill" and "tip" are the name of the ...
確定! 回上一頁