line width python plot code example
Example 1: matplotlib change thickness of line
ax.plot(x, y1, c='b', label='y1',linewidth=7.0)
Example 2: plt.plot width line
plt.plot(data,linewidth=4)
ax.plot(x, y1, c='b', label='y1',linewidth=7.0)
plt.plot(data,linewidth=4)