Change legend's title fontsize in matplotlib - Stack …
https://stackoverflow.com/questions/59874941/change-legends-title-fontsize-in-matplotlib
As you can see in the API documentation for this version there is no keyword argument for changing the legend's title size. You need to proceed like so : lg.set_title ('title',prop= {'size':'large'}) Matplotlib 2.2.4 With Python 2 version of matplotlib you're stuck with plt.legend.set_title ('title',prop= {'size':'large'}) Matplotlib 3.x.x Reviews: 1
Reviews: 1
DA: 29 PA: 23 MOZ Rank: 9