Ethan
0
Q:

change plot size matplotlib

plt.figure(figsize=(20,10))
7
plt.plot([1, 2, 3], label='Inline label')
plt.legend(loc=1, prop={'size': 16})

1
from matplotlib.pyplot import figure
figure(num=None, figsize=(8, 6), dpi=80, facecolor='w', edgecolor='k')
1
plt.figure(figsize=(14,7))
0

New to Communities?

Join the community