Skip to content

Instantly share code, notes, and snippets.

@yuxincs
Created August 22, 2018 14:54
Show Gist options
  • Save yuxincs/dbff14a0f08ef9ea3b121ef59a8ffb2f to your computer and use it in GitHub Desktop.
Save yuxincs/dbff14a0f08ef9ea3b121ef59a8ffb2f to your computer and use it in GitHub Desktop.
Get rid of type 3 fonts from matplotlib.
import matplotlib.pyplot as plt
plt.rc('text', usetex=True)
plt.rc('font', family='serif')
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment