Answers for "pyplot python figure size"

18

increase figure size in matplotlib

plt.figure(figsize=(20,10))
Posted by: Guest on March-31-2020
0

pyplot width

from matplotlib.pyplot import figure

figure(figsize=(8, 6), dpi=80) #in figsize
Posted by: Guest on August-03-2021

Python Answers by Framework

Browse Popular Code Answers by Language