8000 Remove unused variable. by Carreau · Pull Request #7169 · matplotlib/matplotlib · GitHub
[go: up one dir, main page]

Skip to content

Remove unused variable. #7169

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Sep 23, 2016
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Remove unused variable.
This was added during 2.0-dev cycle, all it uses were removed.
So it is not useful to keep around anymore, and is local anyway.

Closes #7162
  • Loading branch information
Carreau committed Sep 23, 2016
commit 1c084ffdd1f970cae17acc582548d1d989651f37
8 changes: 0 additions & 8 deletions lib/matplotlib/axes/_axes.py
Original file line number Diff line number Diff line change
Expand Up @@ -3555,14 +3555,6 @@ def bxp(self, bxpstats, positions=None, widths=None, vert=True,
# empty list of xticklabels
datalabels = []

# translates between line2D and patch linestyles
linestyle_map = {
'solid': '-',
'dashed': '--',
'dashdot': '-.',
'dotted': ':'
}

zorder = mlines.Line2D.zorder
zdelta = 0.1
# box properties
Expand Down
0