[GRASS-dev] [GRASS GIS] #1879: Error at generating plot statistics within histogram tool
GRASS GIS
trac at osgeo.org
Fri Feb 8 06:01:19 PST 2013
#1879: Error at generating plot statistics within histogram tool
------------------------+---------------------------------------------------
Reporter: pvanbosgeo | Owner: grass-dev@…
Type: defect | Status: new
Priority: normal | Milestone: 7.0.0
Component: Default | Version: unspecified
Keywords: | Platform: Linux
Cpu: x86-64 |
------------------------+---------------------------------------------------
When running the 'plot statistics' option in the new histogram tool, the
following error code is generated in the command console:
Traceback (most recent call last):
File "/usr/local/grass7/grass-7.0.svn/etc/gui/wxpython/wxp
lot/histogram.py", line 225, in OnStats
ret = grass.read_command('r.univar', map = r, flags = 'e',
quiet = True)
NameError
:
global name 'r' is not defined
Traceback (most recent call last):
File "/usr/local/grass7/grass-7.0.svn/etc/gui/wxpython/wxp
lot/histogram.py", line 225, in OnStats
ret = grass.read_command('r.univar', map = r, flags = 'e',
quiet = True)
NameError
:
global name 'r' is not defined
--
Ticket URL: <http://trac.osgeo.org/grass/ticket/1879>
GRASS GIS <http://grass.osgeo.org>
More information about the grass-dev
mailing list