with plt.style.context(pubStyle): plt.hist(ages[:, 0][ages[:, 0] > 10], bins='auto', histtype='step'); plt.hist(ages[:, 1][ages[:, 1]> 10], bins='auto', histtype='step');