1TKGRAPHVIZ(1)         User Contributed Perl Documentation        TKGRAPHVIZ(1)
2
3
4

NAME

6       tkgraphviz - visualise graphviz files with Tk
7

SYNOPSIS

9           tkgraphviz [-c] file...
10

DESCRIPTION

12       Uses Tk::GraphViz to visualise the given graph file, in Graphviz "DOT"
13       format. Allows you to scroll instantly to a specified node.
14
15       When the pointer is over a node or edge, shows you their name or
16       incident nodes.
17
18       If Tk::MatchEntry is available, the search functionality will use it to
19       autocomplete the node name. If not, Tk::BrowseEntry is used so you can
20       select from the dropdown, or type the name.
21

OPTIONS

23       -c  Put another pane on the left, with an image generated by "dot".
24           Allows you to compare that with how Tk::GraphViz did.
25

SEE ALSO

27       Tk::GraphViz, dot(1), GraphViz2, Tk.
28
29
30
31perl v5.36.0                      2022-07-22                     TKGRAPHVIZ(1)
Impressum