From b125f2eae521fdfb0d790faac34d6880e338fa66 Mon Sep 17 00:00:00 2001 From: Julian Quick Date: Fri, 15 Feb 2019 15:46:56 -0700 Subject: [PATCH] Add legend.titlesize to example rc file --- _static/matplotlibrc | 1 + 1 file changed, 1 insertion(+) diff --git a/_static/matplotlibrc b/_static/matplotlibrc index 8e4d7b61a07..6a88f8ba578 100644 --- a/_static/matplotlibrc +++ b/_static/matplotlibrc @@ -409,6 +409,7 @@ backend : qt5agg #legend.scatterpoints : 1 # number of scatter points #legend.markerscale : 1.0 # the relative size of legend markers vs. original #legend.fontsize : medium +#legend.titlesize : medium # Dimensions as fraction of fontsize: #legend.borderpad : 0.4 # border whitespace #legend.labelspacing : 0.5 # the vertical space between the legend entries