import matplotlib.pyplot as plt; import seaborn as sns; sns.set_style(“whitegrid”); plt.plot(np.arange(10)); plt.show().
確定! 回上一頁