DESCR-main 774 B

12345678910111213141516171819
  1. graphviz is a set of graph drawing tools for Unix or MS-Windows
  2. (win32), including a web service interface (webdot). Graph
  3. drawing addresses the problem of visualizing structural information
  4. by constructing geometric representations of abstract graphs and
  5. networks.
  6. The goal of graphviz has been twofold:
  7. to find efficient algorithms for making very readable
  8. drawings of graphs up to several hundreds of nodes,
  9. approaching the quality of manual layouts (made
  10. with CAD tools). The algorithms should scale even
  11. further, as layout of large graphs can also offer
  12. a gestalt view of complex systems.
  13. to create convenient graph drawing systems and web
  14. services. This means defining useful interfaces and
  15. features to support applications.