Skip to content

Instantly share code, notes, and snippets.

View CalvinSprouse's full-sized avatar

Calvin Sprouse CalvinSprouse

  • University of Wisconsin-Madison
  • Washington
View GitHub Profile
@CalvinSprouse
CalvinSprouse / cstyle.mplstyle
Created January 21, 2024 23:47
Matplotlib Stylesheet
# this style sheet defines "Calvin style" a purely subjective matplotlib style that I like best
# font and render options
font.family : "serif"
font.serif : "Times"
text.usetex : True
text.latex.preamble : \usepackage{amsmath}\usepackage{amssymb}\usepackage{bm}\usepackage{siunitx}\usepackage{esdiff}
# text size options
font.size : 16