Answers for "matplotlib thickness line"

5

matplotlib change thickness of line

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

Python Answers by Framework

Browse Popular Code Answers by Language