editors/GraphicViewer.py
branch1.1 Korean release
changeset 1280 72a826dfcfbb
parent 1176 f4b434672204
equal deleted inserted replaced
977:c8e008b8cefe 1280:72a826dfcfbb
    27 
    27 
    28 import wx
    28 import wx
    29 import wx.lib.plot as plot
    29 import wx.lib.plot as plot
    30 import wx.lib.buttons
    30 import wx.lib.buttons
    31 
    31 
    32 from graphics.GraphicCommons import DebugViewer, MODE_SELECTION, MODE_MOTION
    32 from graphics.GraphicCommons import MODE_SELECTION, MODE_MOTION
    33 from EditorPanel import EditorPanel
    33 from editors.DebugViewer import DebugViewer
       
    34 from editors.EditorPanel import EditorPanel
    34 from util.BitmapLibrary import GetBitmap
    35 from util.BitmapLibrary import GetBitmap
    35 
    36 
    36 colours = ['blue', 'red', 'green', 'yellow', 'orange', 'purple', 'brown', 'cyan',
    37 colours = ['blue', 'red', 'green', 'yellow', 'orange', 'purple', 'brown', 'cyan',
    37            'pink', 'grey']
    38            'pink', 'grey']
    38 markers = ['circle', 'dot', 'square', 'triangle', 'triangle_down', 'cross', 'plus', 'circle']
    39 markers = ['circle', 'dot', 'square', 'triangle', 'triangle_down', 'cross', 'plus', 'circle']