tkgraphviz - Man Page

visualise graphviz files with Tk

Synopsis

    tkgraphviz [-c] file...

Description

Uses Tk::GraphViz to visualise the given graph file, in Graphviz DOT format. Allows you to scroll instantly to a specified node.

When the pointer is over a node or edge, shows you their name or incident nodes.

If Tk::MatchEntry is available, the search functionality will use it to autocomplete the node name. If not, Tk::BrowseEntry is used so you can select from the dropdown, or type the name.

Options

-c

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

See Also

Tk::GraphViz, dot(1), GraphViz2, Tk.

Info

2024-01-25 perl v5.38.2 User Contributed Perl Documentation