Answers for "line width python plot"

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

Python Answers by Framework

Browse Popular Code Answers by Language