Answers for "change size of plt"

33

plt figsize

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

matplotlib set size

plt.figure(figsize=(20,8))
Posted by: Guest on April-02-2020
0

plt size

from matplotlib.pyplot import figure

figure(figsize=(8, 6), dpi=80)
Posted by: Guest on June-22-2021

Python Answers by Framework

Browse Popular Code Answers by Language