Skip to content

Commit

Permalink
manual: add 'plot' keyword (#1087)
Browse files Browse the repository at this point in the history
  • Loading branch information
neteler committed Nov 15, 2020
1 parent 872b138 commit 1e4183d
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 1 deletion.
1 change: 1 addition & 0 deletions display/d.profile/main.c
Expand Up @@ -191,6 +191,7 @@ int main(int argc, char **argv)
G_add_keyword(_("display"));
G_add_keyword(_("profile"));
G_add_keyword(_("raster"));
G_add_keyword(_("plot"));
module->description = _("Plots profile of a transect.");

/* set up command line */
Expand Down
2 changes: 1 addition & 1 deletion gui/wxpython/docs/wxGUI.iscatt.html
Expand Up @@ -3,7 +3,7 @@

<h2>KEYWORDS</h2>

<a href="display.html">display</a>, <a href="topic_GUI.html">GUI</a>, <a href="keywords.html#imagery">imagery</a>, <a href="keywords.html#scatter plot">scatter plot</a>
<a href="display.html">display</a>, <a href="topic_GUI.html">GUI</a>, <a href="keywords.html#imagery">imagery</a>, <a href="keywords.html#scatterplot">scatterplot</a>, <a href="keywords.html#plot">plot</a>

<h2>DESCRIPTION</h2>

Expand Down
1 change: 1 addition & 0 deletions gui/wxpython/timeline/g.gui.timeline.py
Expand Up @@ -24,6 +24,7 @@
#% keyword: general
#% keyword: GUI
#% keyword: temporal
#% keywords: plot
#%end
#%option G_OPT_STDS_INPUTS
#% required: no
Expand Down
1 change: 1 addition & 0 deletions gui/wxpython/tplot/g.gui.tplot.py
Expand Up @@ -25,6 +25,7 @@
#% keywords: general
#% keywords: GUI
#% keywords: temporal
#% keywords: plot
#%end

#%flag
Expand Down

0 comments on commit 1e4183d

Please sign in to comment.