You can also use rcParams to change the font family globally. import matplotlib.pyplot as plt plt.rcParams["font.family"] = "cursive" ...
確定! 回上一頁