Thank you for your reply.

I am using the PNG monitor as follows:

--------------------------------------------------

    os.environ['GRASS_WIDTH'] = '2000'
    os.environ['GRASS_HEIGHT'] = '1600'
    os.environ["GRASS_TRUECOLOR"] = "TRUE"

    os.putenv('GRASS_PNGFILE', outFileName+".png") 
    grass.run_command("d.mon", start="PNG")

...
...
...

   grass.run_command("d.mon", stop="PNG")

------------------

-- 
View this message in context: 
http://osgeo-org.1803224.n2.nabble.com/d-mon-and-monitor-frames-tp5496890p5498901.html
Sent from the Grass - Users mailing list archive at Nabble.com.
_______________________________________________
grass-user mailing list
[email protected]
http://lists.osgeo.org/mailman/listinfo/grass-user

Reply via email to