Matplotlib: how to set the legend font size - tiagopereira/python_tips GitHub Wiki

Interactive mode:

rc('legend', fontsize=12)

matplotlibrc:

legend.fontsize        : 12