Initial value:
    2     'draw'         : MetaIcon(img = 
'show',
 
    3                               label = _(
'Draw/re-draw plot')),
 
    4     'transect'     : MetaIcon(img = 
'layer-raster-profile',
 
    5                               label = _(
'Draw transect in map display window to profile')),
 
    6     'options'      : MetaIcon(img = 
'settings',
 
    7                               label = _(
'Plot options')),
 
    8     'statistics'   : MetaIcon(img = 
'check',
 
    9                               label = _(
'Plot statistics')),
 
   10     'save'         : MetaIcon(img = 
'save',
 
   11                               label = _(
'Save profile data to CSV file')),
 
   12     'quit'         : BaseIcons[
'quit'].SetLabel(_(
'Quit plot tool')),
 
 
Definition at line 33 of file wxplot/base.py.