Opened 8 years ago

Closed 7 years ago

#3022 closed defect (fixed)

d.polar ends with ValueError: could not convert string to float: dimensions:

Reported by: wenzeslaus Owned by: grass-dev@…
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:

Change History (2)

comment:1 by annakrat, 8 years ago

Fixed in r68391. It should now also work from GUI. Please test.

comment:2 by neteler, 7 years ago

Resolution: fixed
Status: newclosed

It works, thanks.

Note: See TracTickets for help on using tickets.