1
I would like to know how to adjust the font size used in a caption in a graph made in Python using the matplotlib library. I did some research and found this shape.
plt.legend(loc='upper left', prop={'size':12})
There is another way to adjust the font size of the caption in such a way that it is proportional to the size of the figure?