Created
April 19, 2017 15:32
-
-
Save tscholl2/b27b78dcd7eed9dc0738fbf894916224 to your computer and use it in GitHub Desktop.
TeX'd graphs in sage
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','serif':['Computer Modern Roman'],'size':14}) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment