Created
August 22, 2018 14:54
-
-
Save yuxincs/dbff14a0f08ef9ea3b121ef59a8ffb2f to your computer and use it in GitHub Desktop.
Get rid of type 3 fonts from matplotlib.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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