d.redraw
Redraws the content of currently selected monitor.
d.redraw [--verbose] [--quiet] [--qq] [--ui]
Example:
d.redraw
grass.script.run_command("d.redraw", verbose=False, quiet=False, superquiet=False)
Example:
gs.run_command("d.redraw")
Parameters
--help
Print usage summary
--verbose
Verbose module output
--quiet
Quiet module output
--qq
Very quiet module output
--ui
Force launching GUI dialog
verbose: bool, optional
Verbose module output
Default: False
quiet: bool, optional
Quiet module output
Default: False
superquiet: bool, optional
Very quiet module output
Default: False
DESCRIPTION
d.redraw redraws the content of the currently selected monitor. The active monitor can be selected with d.mon.
SEE ALSO
d.erase, d.rast, d.vect, d.mon
AUTHOR
Huidae Cho, New Mexico State University
Based on the d.redraw script by Martin Landa, Czech Republic
SOURCE CODE
Available at: d.redraw source code
(history)
Latest change: Friday Feb 07 19:16:09 2025 in commit a82a39f