[GRASS-dev] trunk: no display with d.graph

Hello,

I don't know if this is a manipulation error on my side, or a bug in
trunk: using d.graph I just don't get any visible result, i.e.

echo "symbol basic/box 25 50 50 black 230:230:230" | d.graph

just gives me an empty map.png file. I also tried with
GRASS_RENDER_IMMEDIATE set to PNG and PS and same result.

Moritz

Moritz Lennert wrote:

I don't know if this is a manipulation error on my side, or a bug in
trunk: using d.graph I just don't get any visible result, i.e.

echo "symbol basic/box 25 50 50 black 230:230:230" | d.graph

just gives me an empty map.png file.

Bug in d.graph's symbol command. D_symbol() now takes user
coordinates, but d.graph is still passing display coordinates,
resulting in output which is far outside the "screen".

Hopefully fixed in r35245.

--
Glynn Clements <glynn@gclements.plus.com>