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()
Join style

Tags:purpose: referencestyling: linestyle

Gallery generated by Sphinx-Gallery