Skip to content

Instantly share code, notes, and snippets.

@tscholl2
Created April 19, 2017 15:32
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save tscholl2/b27b78dcd7eed9dc0738fbf894916224 to your computer and use it in GitHub Desktop.
Save tscholl2/b27b78dcd7eed9dc0738fbf894916224 to your computer and use it in GitHub Desktop.
TeX'd graphs in sage
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