[GRASS-SVN] r70474 - grass/trunk/display/d.linegraph
svn_grass at osgeo.org
svn_grass at osgeo.org
Thu Feb 2 01:10:41 PST 2017
Author: neteler
Date: 2017-02-02 01:10:41 -0800 (Thu, 02 Feb 2017)
New Revision: 70474
Modified:
grass/trunk/display/d.linegraph/d.linegraph.html
Log:
d.linegraph manual: fix broken HTML code
Modified: grass/trunk/display/d.linegraph/d.linegraph.html
===================================================================
--- grass/trunk/display/d.linegraph/d.linegraph.html 2017-02-02 04:29:45 UTC (rev 70473)
+++ grass/trunk/display/d.linegraph/d.linegraph.html 2017-02-02 09:10:41 UTC (rev 70474)
@@ -120,21 +120,21 @@
them and specify path to them.
<div class="code"><pre>
-cat > x.txt <<EOF
+cat > x.txt <<EOF
1
3
4
6
9
EOF
-cat > y1.txt <<EOF
+cat > y1.txt <<EOF
50
58
65
34
27
EOF
-cat > y2.txt <<EOF
+cat > y2.txt <<EOF
10
20
35
@@ -145,7 +145,7 @@
<!--
export GRASS_FONT=sans # fixes bad default font
-d.mon start=cairo output=plot.png width=400 height=400 --o
+d.mon start=cairo output=plot.png width=400 height=400
d.erase # previous image is not cleaned
-->
More information about the grass-commit
mailing list