I am creating to some plots for explorartory analysis in matplotlib which I want to be significantly larger than the default 8x6 inches. I have tried using:
fig.set_size_inches(16, 12)
However, this does not scale any of the axes elements like ticks, titles etc. Is it possible to increase the size of the plot without having to manually set the size of all the other parameters?