Clean up some more import statements
This commit is contained in:
@@ -59,7 +59,7 @@ class GraphFrame(wx.Frame):
|
||||
from matplotlib.figure import Figure
|
||||
enabled = True
|
||||
except ImportError:
|
||||
mpl = Canvas = Figure = None
|
||||
matplotlib = mpl = FigureCanvasWxAgg = Canvas = Figure = None
|
||||
enabled = False
|
||||
|
||||
self.legendFix = False
|
||||
|
||||
Reference in New Issue
Block a user