Plt.figure the argument fiigsize whats the second argument for this tuple

here we have used plt.figure(0,figsize=(4,2)) here changing the 4 to 8 it increases the size in proportion… can you please tell what this 2 signifies?

Hey @apsdk000, figsize =(width, height). Here so when you specify (4,2) than width = 4 inches and height = 2 inches, and when you specify (8,2) than width = 8 inches and height = 2 inches.

Hope this resolved your doubt.
Plz mark the doubt as resolved in my doubts section. :blush:

I hope I’ve cleared your doubt. I ask you to please rate your experience here
Your feedback is very important. It helps us improve our platform and hence provide you
the learning experience you deserve.

On the off chance, you still have some questions or not find the answers satisfactory, you may reopen
the doubt.