注意
转到最后 下载完整的示例代码。
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()