瀏覽代碼

wxgui: updated preferences settings for scatterplot tool

git-svn-id: https://svn.osgeo.org/grass/grass/trunk@48644 15284696-431f-4ddb-bdfa-cd5b030d7da7
Michael Barton 13 年之前
父節點
當前提交
5797887bf6
共有 1 個文件被更改,包括 8 次插入6 次删除
  1. 8 6
      gui/wxpython/gui_modules/preferences.py

+ 8 - 6
gui/wxpython/gui_modules/preferences.py

@@ -472,12 +472,14 @@ class Settings:
                     },
                 },
              '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,