From 1c084ffdd1f970cae17acc582548d1d989651f37 Mon Sep 17 00:00:00 2001 From: Matthias Bussonnier Date: Fri, 23 Sep 2016 09:19:15 -0700 Subject: [PATCH] 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 --- lib/matplotlib/axes/_axes.py | 8 -------- 1 file changed, 8 deletions(-) diff --git a/lib/matplotlib/axes/_axes.py b/lib/matplotlib/axes/_axes.py index bc06f8391a84..2903feaeab9e 100644 --- a/lib/matplotlib/axes/_axes.py +++ b/lib/matplotlib/axes/_axes.py @@ -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