Linux command
gvedit 命令
文本
复制后可按需替换文件名、目录或参数。
常用示例
Open gvedit
gvedit
Open a graph file
gvedit [graph.gv]
Open multiple graph files
gvedit [file1.gv] [file2.gv]
Open with verbose output
gvedit -v [graph.gv]
说明
gvedit is a simple graph editor and viewer that is part of the Graphviz package. It provides a GUI for creating, viewing, editing, and processing DOT language graph files. Multiple graphs can be open simultaneously, each displayed in its own text window. Features include instant previewing, attribute editing via dialogs, and saving graph settings for future use.
参数
- -s
- Scale node position coordinates from points to inches. Useful when layout algorithms (fdp, neato) receive input with coordinates in points.
- -v
- Enable verbose mode for additional output.
- -?
- Display usage information and exit.
FAQ
What is the gvedit command used for?
gvedit is a simple graph editor and viewer that is part of the Graphviz package. It provides a GUI for creating, viewing, editing, and processing DOT language graph files. Multiple graphs can be open simultaneously, each displayed in its own text window. Features include instant previewing, attribute editing via dialogs, and saving graph settings for future use.
How do I run a basic gvedit example?
Run `gvedit` in a terminal, then adjust file names, paths, flags, or remote targets for your system.
What does -s do in gvedit?
Scale node position coordinates from points to inches. Useful when layout algorithms (fdp, neato) receive input with coordinates in points.