Linux command
dotty 命令
文本
Copy it and replace filenames, paths, or keywords as needed.
命令示例
View DOT graph
dotty [graph.dot]
Open multiple graphs
dotty [graph1.dot] [graph2.dot]
说明
dotty is an interactive graph viewer for the DOT language from the Graphviz package. It provides a graphical interface for viewing and navigating graph structures defined in DOT files. The viewer allows interactive exploration of graphs including zooming, panning, and node selection. It's useful for examining complex graphs that are difficult to understand in static renderings. dotty is built on the lefty graphics language and provides customization capabilities through its scripting interface.
参数
- -V
- Print version.
FAQ
What is the dotty command used for?
dotty is an interactive graph viewer for the DOT language from the Graphviz package. It provides a graphical interface for viewing and navigating graph structures defined in DOT files. The viewer allows interactive exploration of graphs including zooming, panning, and node selection. It's useful for examining complex graphs that are difficult to understand in static renderings. dotty is built on the lefty graphics language and provides customization capabilities through its scripting interface.
How do I run a basic dotty example?
Run `dotty [graph.dot]` in a terminal, then adjust file names, paths, flags, or remote targets for your system.
What does -V do in dotty?
Print version.