1TKGRAPHVIZ(1) User Contributed Perl Documentation TKGRAPHVIZ(1)
2
3
4
6 tkgraphviz - visualise graphviz files with Tk
7
9 tkgraphviz [-c] file...
10
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
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
27 Tk::GraphViz, dot(1), GraphViz2, Tk.
28
29
30
31perl v5.34.0 2022-01-21 TKGRAPHVIZ(1)