Note
Go to the endto download the full example code.
JoinStyle#
Thematplotlib._enums.JoinStyle controls how Matplotlib draws the cornerswhere two different line segments meet. For more details, see theJoinStyle docs.
importmatplotlib.pyplotaspltfrommatplotlib._enumsimportJoinStyleJoinStyle.demo()plt.show()

Tags:purpose: referencestyling: linestyle