change all font sizes on matplotlib plot
August 2nd, 2012 by Lawrence David
to change all font sizes on a matplotlib plot:
matplotlib.rcParams.update({'font.size': 22})
(thanks stackoverflow!)

August 2nd, 2012 by Lawrence David
to change all font sizes on a matplotlib plot:
matplotlib.rcParams.update({'font.size': 22})
(thanks stackoverflow!)