controls/DebugVariablePanel/DebugVariableViewer.py
changeset 1850 614396cbffbf
parent 1847 6198190bc121
child 1852 70c1cc354a8f
equal deleted inserted replaced
1849:6811021e3d94 1850:614396cbffbf
    23 # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.
    23 # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.
    24 
    24 
    25 from collections import OrderedDict
    25 from collections import OrderedDict
    26 
    26 
    27 import wx
    27 import wx
    28 
       
    29 import matplotlib
       
    30 import matplotlib.pyplot
       
    31 from matplotlib.backends.backend_wxagg import _convert_agg_to_wx_bitmap
    28 from matplotlib.backends.backend_wxagg import _convert_agg_to_wx_bitmap
    32 
    29 
    33 from dialogs.ForceVariableDialog import ForceVariableDialog
    30 from dialogs.ForceVariableDialog import ForceVariableDialog
    34 
    31 
    35 # Viewer highlight types
    32 # Viewer highlight types