graphviz.7 2.0 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192
  1. .\" -*- nroff -*-
  2. .\" This manual is for graphviz, a rich set of graph drawing tools, and it
  3. .\" can be distributed under the same terms as the graphviz package.
  4. .\"
  5. .\" Copyright (C) 2006 Cyril Brulebois <[email protected]>
  6. .\"
  7. .TH GRAPHVIZ 7 "November 19, 2006"
  8. .SH "NAME"
  9. graphviz \- rich set of graph drawing tools
  10. .SH "SYNOPSIS"
  11. This manpage has been written to fulfil the need of a centralized documentation
  12. presenting all available tools in the graphviz package.
  13. .SH "AVAILABLE TOOLS"
  14. .SS "Graph layout programs"
  15. .TP
  16. .B dot
  17. filter for hierarchical layouts of graphs
  18. .TP
  19. .B neato
  20. filter for symmetric layouts of graphs
  21. .TP
  22. .B twopi
  23. filter for radial layouts of graphs
  24. .TP
  25. .B circo
  26. filter for circular layout of graphs
  27. .TP
  28. .B fdp
  29. filter for symmetric layouts of graphs
  30. .PP
  31. All of the filters work with either directed or undirected graphs, though
  32. .B dot
  33. is typically used for directed graphs and
  34. .B neato
  35. for undirected graphs.
  36. .SS "Graph layout enhancement"
  37. .TP
  38. .B gvcolor
  39. flow colors through a ranked digraph
  40. .TP
  41. .B unflatten
  42. adjust directed graphs to improve layout aspect ratio
  43. .TP
  44. .B gvpack
  45. merge and pack disjoint graphs
  46. .SS "Graph information and transformation"
  47. .TP
  48. .B gc
  49. count graph components
  50. .TP
  51. .B acyclic
  52. make directed graph acyclic
  53. .TP
  54. .B nop
  55. pretty-print graph file
  56. .TP
  57. .B ccomps
  58. connected components filter for graphs
  59. .TP
  60. .B sccmap
  61. extract strongly connected components of directed graphs
  62. .TP
  63. .B tred
  64. transitive reduction filter for directed graphs
  65. .TP
  66. .B dijkstra
  67. single-source distance filter
  68. .TP
  69. .B bcomps
  70. biconnected components filter for graphs
  71. .TP
  72. .B gvpr
  73. graph pattern scanning and processing language
  74. .TP
  75. .B prune
  76. prune directed graphs
  77. .SS "Other"
  78. .TP
  79. .B "gxl2dot, dot2gxl"
  80. GXL-DOT converters
  81. .SH "AUTHOR"
  82. This manual page was written by Cyril Brulebois
  83. <cyril.brulebois@enst\-bretagne.fr> in november 2006, based on an initial
  84. documentation effort by Joachim Berdal Haga <[email protected]>. It can be
  85. distributed under the same terms as the graphviz package.