André F. Rendeiro

Results 21 comments of André F. Rendeiro

Arial. These are the settings I use often: ``` import matplotlib.pyplot as plt plt.rcParams["svg.fonttype"] = "none" plt.rcParams["font.family"] = "Arial" plt.rcParams["font.sans-serif"] = ["Arial"] plt.rcParams["text.usetex"] = False ```