From 1e4183ddcca5250b244f61d2134d6cea2d4857cd Mon Sep 17 00:00:00 2001 From: Markus Neteler Date: Sun, 15 Nov 2020 23:47:19 +0100 Subject: [PATCH] manual: add 'plot' keyword (#1087) Relevant for https://grass.osgeo.org/grass79/manuals/keywords.html --- display/d.profile/main.c | 1 + gui/wxpython/docs/wxGUI.iscatt.html | 2 +- gui/wxpython/timeline/g.gui.timeline.py | 1 + gui/wxpython/tplot/g.gui.tplot.py | 1 + 4 files changed, 4 insertions(+), 1 deletion(-) diff --git a/display/d.profile/main.c b/display/d.profile/main.c index 04c86825ab3..c63b2bcdc50 100644 --- a/display/d.profile/main.c +++ b/display/d.profile/main.c @@ -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 */ diff --git a/gui/wxpython/docs/wxGUI.iscatt.html b/gui/wxpython/docs/wxGUI.iscatt.html index be266a2b73b..6e5151170f9 100644 --- a/gui/wxpython/docs/wxGUI.iscatt.html +++ b/gui/wxpython/docs/wxGUI.iscatt.html @@ -3,7 +3,7 @@

KEYWORDS

-display, GUI, imagery, scatter plot +display, GUI, imagery, scatterplot, plot

DESCRIPTION

diff --git a/gui/wxpython/timeline/g.gui.timeline.py b/gui/wxpython/timeline/g.gui.timeline.py index adf0a6b28f8..96ad8f00813 100755 --- a/gui/wxpython/timeline/g.gui.timeline.py +++ b/gui/wxpython/timeline/g.gui.timeline.py @@ -24,6 +24,7 @@ #% keyword: general #% keyword: GUI #% keyword: temporal +#% keywords: plot #%end #%option G_OPT_STDS_INPUTS #% required: no diff --git a/gui/wxpython/tplot/g.gui.tplot.py b/gui/wxpython/tplot/g.gui.tplot.py index 100137fa313..5238dee0e44 100755 --- a/gui/wxpython/tplot/g.gui.tplot.py +++ b/gui/wxpython/tplot/g.gui.tplot.py @@ -25,6 +25,7 @@ #% keywords: general #% keywords: GUI #% keywords: temporal +#% keywords: plot #%end #%flag