备注
Go to the end 下载完整示例代码.
JoinStyle#
matplotlib._enums.JoinStyle 控制 Matplotlib 如何绘制两个不同线段相交的角.有关更多详细信息,请参见 JoinStyle 文档.
import matplotlib.pyplot as plt
from matplotlib._enums import JoinStyle
JoinStyle.demo()
plt.show()
备注
Go to the end 下载完整示例代码.
matplotlib._enums.JoinStyle 控制 Matplotlib 如何绘制两个不同线段相交的角.有关更多详细信息,请参见 JoinStyle 文档.
import matplotlib.pyplot as plt
from matplotlib._enums import JoinStyle
JoinStyle.demo()
plt.show()