for fit_reg in [True, False]: sns.lmplot('x', 'y', data=df, fit_reg=fit_reg, scatter_kws={"marker": "D", "s": 100}) title = 'Show ...
確定! 回上一頁