The graph-tools package is a collection of tools for graph representation and manipulation. ---++ Graph Format Conversion Currently graph-tools supports the conversion of a subset of [[Transform.GraphXML][GraphXML]] to [[Transform.DotLanguage][Dot]]. ---++ Other Graph Formats Other graph formats that might be supported by graph-tools in the future: * Graph Term Format * http://homepages.cwi.nl/~leon/hacks/graph-tools/ * GraphML * a comprehensive and easy-to-use file format for graphs * is this the succesor of Transform.GraphXML? * http://graphml.graphdrawing.org * GXL * [[Transform.GraphExchangeLanguage][Graph eXchange Language]] * GXL is designed to be a standard exchange format for graphs. In particular, GXL was developed to enable interoperability between software reengineering tools. * http://www.gupro.de/GXL/ ---++ Related Packages and Tools * [[Tools.GraphViz][Graphviz]] is a package for visualization of graphs created at AT&T ([[Transform.DotLanguage][dot]] is part of [[Tools.GraphViz][Graphviz]])