Specify facecolor when creating the figure fig, ax = plt.subplots(facecolor='lightslategray') df.plot(kind='scatter', x='GDP_per_capita', ...
確定! 回上一頁