[GRASS-user] d.histogram in grass6.2

Hamish hamish_nospam at yahoo.com
Tue Nov 7 23:35:58 EST 2006


Javier Álvarez Rodríguez wrote:
> 
> We've implemented new grass6.2 stable version and found a difference
> in d.histogram use. Is there any possibility of not deleting the whole
> active monitor and display the histogram in a chosen frame in the
> active monitor?


Oh, crap. Sorry about that.

To clear the screen I had it do:
  Dclearscreen();
  D_setup(0);

when it should just be:
  D_setup(1);



fixed in CVS & backported to the 6.2 branch.



Hamish




More information about the grass-user mailing list