I'm using matplotlib to generate some graphs, I wanted to have a bigger font for the axis scale so I used :
font = {'size' : 22}
matplotlib.rc('font', **font)
This affected my Legends size as in the figure:
Is there anyway to control the size of mpatches.Patch()
text ?