[GRASS-SVN] r48644 - grass/trunk/gui/wxpython/gui_modules

svn_grass at osgeo.org svn_grass at osgeo.org
Wed Oct 5 13:14:37 EDT 2011


Author: cmbarton
Date: 2011-10-05 10:14:37 -0700 (Wed, 05 Oct 2011)
New Revision: 48644

Modified:
   grass/trunk/gui/wxpython/gui_modules/preferences.py
Log:
wxgui: updated preferences settings for scatterplot tool

Modified: grass/trunk/gui/wxpython/gui_modules/preferences.py
===================================================================
--- grass/trunk/gui/wxpython/gui_modules/preferences.py	2011-10-05 14:11:31 UTC (rev 48643)
+++ grass/trunk/gui/wxpython/gui_modules/preferences.py	2011-10-05 17:14:37 UTC (rev 48644)
@@ -472,12 +472,14 @@
                     },
                 },
              'scatter': {
-                'marker' : {
-                    'color' : (0, 0, 0, 255),
-                    'fill' : 'solid',
-                    'size' : 1,
-                    'type' : 'dot',
-                    'legend' : _('Data point'),
+                'rasters' : {
+                    'pcolor' : (0, 0, 255, 255),
+                    'pfill' : 'solid',
+                    'psize' : 1,
+                    'ptype' : 'dot',
+                    'plegend' : _('Data point'),
+                    0 : {'datatype' : 'CELL'},
+                    1 : {'datatype' : 'CELL'},
                     },
                 'font' : {
                     'titleSize'     : 12,



More information about the grass-commit mailing list