Opened 9 years ago
Closed 8 years ago
#3022 closed defect (fixed)
d.polar ends with ValueError: could not convert string to float: dimensions:
Reported by: | wenzeslaus | Owned by: | |
---|---|---|---|
Priority: | minor | Milestone: | 7.2.0 |
Component: | Display | Version: | svn-trunk |
Keywords: | d.polar | Cc: | |
CPU: | Unspecified | Platform: | Unspecified |
Description
g.region raster=aspect -p d.mon wx0 d.polar aspect
gives:
100% Calculating statistics for polar diagram... (be patient) Traceback (most recent call last): File "/home/vpetras/dev/grass/gcc_trunk/dist.x86_64-pc-linux-gnu/scripts/d.polar", line 498, in <module> main() File "/home/vpetras/dev/grass/gcc_trunk/dist.x86_64-pc-linux-gnu/scripts/d.polar", line 489, in main plot_dgraph() File "/home/vpetras/dev/grass/gcc_trunk/dist.x86_64-pc-linux-gnu/scripts/d.polar", line 76, in plot_dgraph frame_width = float(f[1]) ValueError: could not convert string to float: dimensions:
Note:
See TracTickets
for help on using tickets.
Fixed in r68391. It should now also work from GUI. Please test.