<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
		<id>http://wiki.christophchamp.com/index.php?action=history&amp;feed=atom&amp;title=Graphviz</id>
		<title>Graphviz - Revision history</title>
		<link rel="self" type="application/atom+xml" href="http://wiki.christophchamp.com/index.php?action=history&amp;feed=atom&amp;title=Graphviz"/>
		<link rel="alternate" type="text/html" href="http://wiki.christophchamp.com/index.php?title=Graphviz&amp;action=history"/>
		<updated>2026-05-23T13:33:18Z</updated>
		<subtitle>Revision history for this page on the wiki</subtitle>
		<generator>MediaWiki 1.26.2</generator>

	<entry>
		<id>http://wiki.christophchamp.com/index.php?title=Graphviz&amp;diff=2895&amp;oldid=prev</id>
		<title>Christoph at 23:35, 8 October 2006</title>
		<link rel="alternate" type="text/html" href="http://wiki.christophchamp.com/index.php?title=Graphviz&amp;diff=2895&amp;oldid=prev"/>
				<updated>2006-10-08T23:35:49Z</updated>
		
		<summary type="html">&lt;p&gt;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;'''Graphviz''' (short for ''Graph Visualization Software'') is a package of open source tools that render graphs specified in [[DOT Language]] scripts.&lt;br /&gt;
&lt;br /&gt;
== Tools ==&lt;br /&gt;
* &amp;lt;tt&amp;gt;dot&amp;lt;/tt&amp;gt;&lt;br /&gt;
* &amp;lt;tt&amp;gt;neato&amp;lt;/tt&amp;gt;&lt;br /&gt;
* &amp;lt;tt&amp;gt;lefty&amp;lt;/tt&amp;gt;&lt;br /&gt;
* &amp;lt;tt&amp;gt;dotty&amp;lt;/tt&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Example usage ==&lt;br /&gt;
 echo &amp;quot;digraph G {Hello-&amp;gt;World}&amp;quot; | dot -Tpng &amp;gt;hello.png&lt;br /&gt;
&lt;br /&gt;
* In &amp;quot;&amp;lt;code&amp;gt;foo.dot&amp;lt;/code&amp;gt;&amp;quot;:&lt;br /&gt;
 digraph right {&lt;br /&gt;
    Sky -&amp;gt; Water&lt;br /&gt;
    Water -&amp;gt; Earth&lt;br /&gt;
    Earth -&amp;gt; Sky&lt;br /&gt;
 }&lt;br /&gt;
&lt;br /&gt;
 dot -Tpng -o foo.png foo.dot&lt;br /&gt;
&lt;br /&gt;
==See also==&lt;br /&gt;
* [[DOT language]]&lt;br /&gt;
&lt;br /&gt;
== External links ==&lt;br /&gt;
* [http://graphviz.org/ Graphviz Homepage]&lt;br /&gt;
* [http://www.doxygen.org/ Doxygen] uses GraphViz to generate diagrams including class hierarchies and collaboration for C++, Java and Python&lt;br /&gt;
* [http://www.softwaresecretweapons.com/jspwiki/Wiki.jsp?page=LinguineMaps Linguine Maps Java API to Graphviz]&lt;br /&gt;
* [http://meta.wikimedia.org/wiki/GraphViz MediaWiki GraphViz Extension]&lt;br /&gt;
&lt;br /&gt;
[[Category:Graphics software]]&lt;/div&gt;</summary>
		<author><name>Christoph</name></author>	</entry>

	</feed>