[GRASS-SVN] r57587 - sandbox/turek/scatter_plot

svn_grass at osgeo.org svn_grass at osgeo.org
Mon Sep 2 09:24:11 PDT 2013


Author: neteler
Date: 2013-09-02 09:24:10 -0700 (Mon, 02 Sep 2013)
New Revision: 57587

Modified:
   sandbox/turek/scatter_plot/README.txt
Log:
scatter_plot: ideas and issues documented (joint office session with Stepan)

Modified: sandbox/turek/scatter_plot/README.txt
===================================================================
--- sandbox/turek/scatter_plot/README.txt	2013-09-02 15:50:52 UTC (rev 57586)
+++ sandbox/turek/scatter_plot/README.txt	2013-09-02 16:24:10 UTC (rev 57587)
@@ -5,3 +5,45 @@
 
 Debian:
 apt-get install python-matplotlib python-scipy
+
+------------------
+
+GRASS 7.0.svn (nc_spm_08_grass7):~/grass70 > i.group group=lsat7_2000 subgroup=lsat7_2000 input=`g.mlist rast pat="lsat7_2000_" sep=,`
+Segmentation fault
+
+-> should not crash if input is empty (above: * is missing from lsat pattern name_ pat="lsat7_2000_*")
+
+------------------
+TODO suggestions:
+
+Scatterplot:
+- don't allow to go on when no subgroup is present:
+    - error message about missing subgroup in group <%s>
+    - fall back to group selection dialog + error message about missing
+
+- Dialog "Add scatter plot"
+   Band 1 (x axis)  <<- add
+   Band 2 (y axis)  <<- add
+
+- Scatter plot toolbar:
+  - put "Add SP" icon to the left
+  - when in "Select area" mode, un-highlight zoom + pan icons
+
+- Scatter plot window
+  - zoom icon: also allow for zoom box
+  - mouse wheel: 0.1 zoom step (not 0.5)
+  - add values to axis
+  - plot legend: strip @mapset off
+  - second plot is falling out of the main window to the left
+
+- Add class
+  - rerendering zooms out, it should not
+
+- confidence ellipse
+  - connect to "xx std dev" selection in toolbar
+  - show center of ellipse as little cross
+
+Wish:
+ - optionally link map displays for zoom/pan etc. (icon?)
+   See http://trac.osgeo.org/grass/ticket/1669
+   (see also http://trac.osgeo.org/grass/changeset/54232 and georectifier)



More information about the grass-commit mailing list