[GRASS-SVN] r71927 - grass/trunk/display/d.mon
svn_grass at osgeo.org
svn_grass at osgeo.org
Tue Dec 12 23:27:16 PST 2017
Author: lucadelu
Date: 2017-12-12 23:27:16 -0800 (Tue, 12 Dec 2017)
New Revision: 71927
Added:
grass/trunk/display/d.mon/d_mon_wx0.png
grass/trunk/display/d.mon/d_mon_wx0_raster.png
Modified:
grass/trunk/display/d.mon/d.mon.html
Log:
d.mon: added figures and example, thanks to Jerry Huang and Google Code-in
Modified: grass/trunk/display/d.mon/d.mon.html
===================================================================
--- grass/trunk/display/d.mon/d.mon.html 2017-12-13 00:22:13 UTC (rev 71926)
+++ grass/trunk/display/d.mon/d.mon.html 2017-12-13 07:27:16 UTC (rev 71927)
@@ -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
Added: grass/trunk/display/d.mon/d_mon_wx0.png
===================================================================
(Binary files differ)
Property changes on: grass/trunk/display/d.mon/d_mon_wx0.png
___________________________________________________________________
Added: svn:mime-type
+ image/png
Added: grass/trunk/display/d.mon/d_mon_wx0_raster.png
===================================================================
(Binary files differ)
Property changes on: grass/trunk/display/d.mon/d_mon_wx0_raster.png
___________________________________________________________________
Added: svn:mime-type
+ image/png
More information about the grass-commit
mailing list