Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 53d685e

Browse files
authored
Merge pull request matplotlib#7169 from Carreau/remove-unused-local-in-axes
Remove unused variable.
2 parents f544a83 + 1c084ff commit 53d685e

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
@@ -3555,14 +3555,6 @@ def bxp(self, bxpstats, positions=None, widths=None, vert=True,
35553555
# empty list of xticklabels
35563556
datalabels = []
35573557

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

0 commit comments

Comments
 (0)