I would like to change the size of a graph (with multiple plots) in python to make it larger. using 'plt.figure(figsize=(6,3))' for example makes a new graph of a different size but its empty with just the axes, the actual plots do not show. can someone help me understand where i am going wrong? i have attached an image of my code in this question. thank you in advance enter image description here
plt.figure(figuresize=size))should work. Can you provide minimum reproducible code where you tried this and didn't work so we can check if there is something else wrong in the code? Please don't send the code as image.figsize, though. And don't post code/data as images - always post the text directly here on SO.