controls/DebugVariablePanel/DebugVariableGraphicViewer.py
changeset 2432 dbc065a2f7a5
parent 1973 cc7a46953471
child 2437 105c20fdeb19
equal deleted inserted replaced
2431:6923074540dd 2432:dbc065a2f7a5
    34 import matplotlib.pyplot
    34 import matplotlib.pyplot
    35 from matplotlib.backends.backend_wxagg import FigureCanvasWxAgg as FigureCanvas
    35 from matplotlib.backends.backend_wxagg import FigureCanvasWxAgg as FigureCanvas
    36 from matplotlib.backends.backend_wxagg import _convert_agg_to_wx_bitmap
    36 from matplotlib.backends.backend_wxagg import _convert_agg_to_wx_bitmap
    37 from matplotlib.backends.backend_agg import FigureCanvasAgg
    37 from matplotlib.backends.backend_agg import FigureCanvasAgg
    38 from mpl_toolkits.mplot3d import Axes3D
    38 from mpl_toolkits.mplot3d import Axes3D
       
    39 from six.moves import xrange
    39 
    40 
    40 from editors.DebugViewer import REFRESH_PERIOD
    41 from editors.DebugViewer import REFRESH_PERIOD
    41 from controls.DebugVariablePanel.DebugVariableViewer import *
    42 from controls.DebugVariablePanel.DebugVariableViewer import *
    42 from controls.DebugVariablePanel.GraphButton import GraphButton
    43 from controls.DebugVariablePanel.GraphButton import GraphButton
    43 
    44