Answers for "matplotlib ax plot line thickness"

5

matplotlib change thickness of line

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

Code answers related to "matplotlib ax plot line thickness"

Python Answers by Framework

Browse Popular Code Answers by Language