igraph console
From igraph v0.6.5-2
by Gabor Csardi
The igraph console
The igraph console is a GUI windows that shows what the currently running igraph function is doing.
- Keywords
- graphs
Usage
igraph.console()
Details
The console can be started by calling the igraph.console
function. Then it stays open, until the user closes it.
Another way to start it to set the verbose
igraph option to
igraph.options
. Then the console
(re)opens each time an igraph function supporting it starts; to close
it, set the verbose
option to another value.
The console is written in Tcl/Tk and required the tcltk
package.
Value
NULL
, invisibly.
concept
The igraph console
See Also
igraph.options
and the verbose
option.
Community examples
Looks like there are no examples yet.