editors/GraphicViewer.py
changeset 1176 f4b434672204
parent 902 ffa8ee5ee2fe
equal deleted inserted replaced
1175:01842255c9ff 1176:f4b434672204
    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']