Answers for "plot line size"

1

plt.plot width line

plt.plot(data,linewidth=4)
Posted by: Guest on June-12-2020
0

plot size

from matplotlib.pyplot import figure
figure(num=None, figsize=(8, 6), dpi=80, facecolor='w', edgecolor='k')
Posted by: Guest on November-25-2020

Python Answers by Framework

Browse Popular Code Answers by Language