8000 Merge pull request #7169 from Carreau/remove-unused-local-in-axes · matplotlib/matplotlib@622f53a · GitHub
[go: up one dir, main page]

Skip to content

Commit 622f53a

Browse files
committed
Merge pull request #7169 from Carreau/remove-unused-local-in-axes
Remove unused variable.
1 parent 215fbd1 commit 622f53a

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

lib/matplotlib/axes/_axes.py

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -3553,14 +3553,6 @@ def bxp(self, bxpstats, positions=None, widths=None, vert=True,
35533553
# empty list of xticklabels
35543554
datalabels = []
35553555

3556-
# translates between line2D and patch linestyles
3557-
linestyle_map = {
3558-
'solid': '-',
3559-
'dashed': '--',
3560-
'dashdot': '-.',
3561-
'dotted': ':'
3562-
}
3563-
35643556
zorder = mlines.Line2D.zorder
35653557
zdelta = 0.1
35663558
# box properties

0 commit comments

Comments
 (0)
0