JoinStyle#

The matplotlib._enums.JoinStyle controls how Matplotlib draws the corners where two different line segments meet. For more details, see the JoinStyle docs.

import matplotlib.pyplot as plt

from matplotlib._enums import JoinStyle

JoinStyle.demo()
plt.show()
Join style

Tags: purpose: reference styling: linestyle

Gallery generated by Sphinx-Gallery