← 返回命令列表

Linux command

dotty 命令

文本

复制后可按需替换文件名、目录或参数。

常用示例

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.