GRASS Programmer's Manual  6.4.4(2014)-r
base Namespace Reference

Data Structures

class  BaseClass
 Base class providing basic methods. More...
 
class  BasePlotFrame
 Abstract PyPlot display frame class. More...
 

Variables

dictionary PlotIcons
 

Variable Documentation

dictionary base.PlotIcons
Initial value:
1 = {
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')),
13  }

Definition at line 33 of file wxplot/base.py.