Download List

Descripción del Proyecto

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.

System Requirements

System requirement is not defined
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

Funciones obsoletas para GvGlue han sido eliminados. Una pancarta versión se suma a la generada dot. Smart es el modo de trabajo.
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

Una forma de trabajo seria difícil-para hacer frente a graphviz y una leyenda fue añadida. Un error que se manifiesta cuando se trata de padres con hijos múltiples múltiples fue corregido. Los nodos son ahora correctamente el nombre del patrón "Nøden" en lugar de "Edgen". Al crear un nuevo gráfico, el primer parámetro es la leyenda y no las opciones para el gráfico. Tenga en cuenta que este cambio se rompe la API.
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

Una propiedad de enlace puede ser aplicado para cada enlace de un nodo. Una propiedad puede ser añadido a un enlace. Un vínculo puede ser de un clúster de un nodo.
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