[GRASS-SVN] r71929 - grass/branches/releasebranch_7_2/display/d.mon
svn_grass at osgeo.org
svn_grass at osgeo.org
Tue Dec 12 23:32:29 PST 2017
Author: lucadelu
Date: 2017-12-12 23:32:29 -0800 (Tue, 12 Dec 2017)
New Revision: 71929
Added:
grass/branches/releasebranch_7_2/display/d.mon/d_mon_wx0.png
grass/branches/releasebranch_7_2/display/d.mon/d_mon_wx0_raster.png
Modified:
grass/branches/releasebranch_7_2/display/d.mon/d.mon.html
Log:
d.mon: added figures and example, thanks to Jerry Huang and Google Code-in
Modified: grass/branches/releasebranch_7_2/display/d.mon/d.mon.html
===================================================================
--- grass/branches/releasebranch_7_2/display/d.mon/d.mon.html 2017-12-13 07:30:19 UTC (rev 71928)
+++ grass/branches/releasebranch_7_2/display/d.mon/d.mon.html 2017-12-13 07:32:29 UTC (rev 71929)
@@ -67,8 +67,25 @@
d.mon start=wx0
</pre></div>
+<div style="margin: 10px" align="center">
+<img src="d_mon_wx0.png" alt="Blank wx0 display" border="0">
+<br>
+<i>Figure: The initialization of display wx0</i>
+</div>
+
All data will be rendered on <tt>wx0</tt> display.
+<div class="code"><pre>
+g.region raster=elevation
+d.rast map=elevation
+</pre></div>
+
+<div style="margin: 10px" align="center">
+<img src="d_mon_wx0_raster.png" alt="Display wx0 with raster map" border="0">
+<br>
+<i>Figure: The display wx0 show the elevation raster map</i>
+</div>
+
<h3>CAIRO file renderer monitor</h3>
A new CAIRO monitor can be started (and selected) by
Copied: grass/branches/releasebranch_7_2/display/d.mon/d_mon_wx0.png (from rev 71927, grass/trunk/display/d.mon/d_mon_wx0.png)
===================================================================
(Binary files differ)
Copied: grass/branches/releasebranch_7_2/display/d.mon/d_mon_wx0_raster.png (from rev 71927, grass/trunk/display/d.mon/d_mon_wx0_raster.png)
===================================================================
(Binary files differ)
More information about the grass-commit
mailing list