Answers for "how to set width of line in python matplotlib"

5

matplotlib change thickness of line

ax.plot(x, y1, c='b', label='y1',linewidth=7.0)
Posted by: Guest on January-28-2021
1

plt.plot width line

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

Code answers related to "how to set width of line in python matplotlib"

Python Answers by Framework

Browse Popular Code Answers by Language