plotting $\sigma_{\rm log \mathcal{M}_*}(\mathcal{M}_h = 10^{12} M_\odot)$ as a function of $t_{duty}$


In [1]:
import numpy as np 

import catalog as Cat
import evolver as Evol
import observables as Obvs
import util as UT

import matplotlib.pyplot as plt
%matplotlib inline

In [ ]: