%matplotlib inline random.seed(126) sns.set_style("darkgrid", {"axes.facecolor": ".9"}) ... #Create the scatter plot p2 = sns.pairplot(df, ...
確定! 回上一頁