Matplotlib Change Thickness Of Line

[Solved] Matplotlib Change Thickness Of Line | Python - Code Explorer | yomemimo.com
Question : matplotlib change thickness of line

Answered by : c0w

ax.plot(x, y1, c='b', label='y1',linewidth=7.0)

Source : https://stackoverflow.com/questions/42758897/change-line-width-of-lines-in-matplotlib-pyplot-legend/44163331 | Last Update : Thu, 04 Feb 21

Answers related to matplotlib change thickness of line

Code Explorer Popular Question For Python