Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 622f53a

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

File tree

Expand file treeCollapse file tree

1 file changed

+0
-8
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+0
-8
lines changed

‎lib/matplotlib/axes/_axes.py

Copy file name to clipboardExpand all lines: lib/matplotlib/axes/_axes.py
-8Lines 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)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.