Problems
Problems with LaTeX
If you would like to reproduce the figures but don't have a LaTeX distribution available, just comment-out the code block below in the Python scripts that plot figures:
from matplotlib import rc rc('text', usetex=True) pl.rcParams['text.latex.preamble'] = [ r'\usepackage{tgheros}', # helvetica font r'\usepackage{sansmath}', # math-font matching helvetica r'\sansmath' # actually tell tex to use it! r'\usepackage{siunitx}', # micro symbols r'\sisetup{detect-all}', # force siunitx to use the fonts ]