We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 072f702 commit 3b9ef36Copy full SHA for 3b9ef36
lib/matplotlib/spines.py
@@ -57,6 +57,7 @@ def __init__(self, axes, spine_type, path, **kwargs):
57
self.set_facecolor('none')
58
self.set_edgecolor(rcParams['axes.edgecolor'])
59
self.set_linewidth(rcParams['axes.linewidth'])
60
+ self.set_capstyle('projecting')
61
self.axis = None
62
63
self.set_zorder(2.5)
0 commit comments