Downloadliste

Projektbeschreibung

GvGen is a Python class to generate dot files to
use with graphviz. You simply create your nodes,
connect them together, set your parents, and apply
graphviz properties, styles, default styles, etc.
to produce a graphviz dot file for input with dot
or neato.

Systemanforderungen

Die Systemvoraussetzungen sind nicht definiert
Information regarding Project Releases and Project Resources. Note that the information here is a quote from Freecode.com page, and the downloads themselves may not be hosted on OSDN.

2008-02-25 20:03
0.9

Veraltete Funktionen für GvGlue wurden entfernt. Eine Banner-Version ist, die generierte dot-Datei hinzugefügt. Smart-Modus arbeitet.
Tags: Major feature enhancements
Deprecated functions for GvGlue have been removed. A version banner is added to the generated dot file. Smart mode is working.

2008-01-11 14:46
0.8

Ein ernstes Problem tricky-Art, mit graphviz befassen und eine Legende hinzugefügt. Ein Fehler, der offenbar im Umgang mit mehreren Eltern mit mehreren Kindern wurde behoben. Knoten werden nun korrekt nach dem Muster "Nøden" anstelle von "Edgen" benannt. Beim Anlegen einer neuen Grafik, ist der erste Parameter die Legende und nicht die Optionen für Ihre Grafik. Beachten Sie, dass diese Änderung die API-Pausen.
Tags: Major feature enhancements
A serious tricky-working way to deal with graphviz
and a legend was added. A bug that manifested when
dealing with multiple parents containing multiple
children was fixed. Nodes are now correctly named
after the pattern "nodeN" instead of "edgeN". When
creating a new graph, the first parameter is the
legend and not the options for your graph. Beware
that this change breaks the API.

2007-12-12 17:01
0.7

Ein Link-Eigenschaft kann für jeden Link von einem Knoten angewandt werden. Eine Eigenschaft kann auf einen Link angehängt werden. Ein Link kann von einem Cluster zu einem Knoten gemacht werden.
Tags: Major feature enhancements
A link property can be applied for each link from
a node. A property can be appended to a link. A
link can be made from a cluster to a node.

2007-10-23 20:08
0.6

Tags: Initial freshmeat announcement

Project Resources