[GRASS-SVN] r63423 - grass-addons/grass7/display/d.frame

svn_grass at osgeo.org svn_grass at osgeo.org
Sun Dec 7 05:38:13 PST 2014


Author: martinl
Date: 2014-12-07 05:38:13 -0800 (Sun, 07 Dec 2014)
New Revision: 63423

Modified:
   grass-addons/grass7/display/d.frame/d.frame.html
Log:
d.frame: update example

Modified: grass-addons/grass7/display/d.frame/d.frame.html
===================================================================
--- grass-addons/grass7/display/d.frame/d.frame.html	2014-12-07 13:31:43 UTC (rev 63422)
+++ grass-addons/grass7/display/d.frame/d.frame.html	2014-12-07 13:38:13 UTC (rev 63423)
@@ -48,10 +48,10 @@
 d.text text='Streams' bgcolor=220:220:220 color=black size=6
 
 # create a third frame and display 'elevation' raster map including text label and scale
-d.frame frame=third at=50,100,0,50
+d.frame -c frame=third at=50,100,0,50
 d.rast elevation
 d.text text='Elevation' bgcolor=220:220:220 color=black size=6
-d.barscale at=5,15 style=line bgcolor=none
+d.barscale at=0,10 style=line bgcolor=none
 
 # create a fourth frame and display RGB composition map including text label
 d.frame -c frame=fourth at=50,100,50,100



More information about the grass-commit mailing list