2
0

gvedit.1 1.0 KB

123456789101112131415161718192021222324252627282930313233343536373839
  1. .TH GVEDIT 1 "4 April 2011"
  2. .SH NAME
  3. gvedit \- simple graph editor and viewer
  4. .SH SYNOPSIS
  5. .B gvedit
  6. [
  7. .B \-sv?
  8. ]
  9. [
  10. .I file
  11. ]
  12. .SH DESCRIPTION
  13. .B gvedit
  14. provides a simple graph editor and viewer. It allows many graphs to be viewed at the
  15. same time. The text of each graph is displayed in its own text window.
  16. .P
  17. The name of a Graphviz file can be specified on the command line. This graph
  18. file will be automatically opened on start-up.
  19. .SH OPTIONS
  20. The following options are supported:
  21. .TP
  22. .B \-s
  23. By default, the layout algorithms that use initial positions given by a node's pos attribute
  24. (currently, fdp and neato) assume the coordinates are in inches. Frequently, the input graph
  25. has these in points, especially if the graph is output by a Graphviz layout algorithm. This flag
  26. can be used to scale the coordinates from points to inches.
  27. .TP
  28. .B \-v
  29. Verbose mode.
  30. .TP
  31. .B \-?
  32. Prints usage information and exit.
  33. .SH AUTHOR
  34. Arif Bilgin <[email protected]>
  35. .br
  36. Emden R. Gansner <[email protected]>
  37. .SH SEE ALSO
  38. .PP
  39. dot(1)