Author: sleon
Date: 2006-01-06 23:38:39 +0000 (Fri, 06 Jan 2006)
New Revision: 7777

Modified:
   trunk/apps/freeviz/gen.py
Log:
updated gen.py with latest version

Modified: trunk/apps/freeviz/gen.py
===================================================================
--- trunk/apps/freeviz/gen.py   2006-01-06 23:35:34 UTC (rev 7776)
+++ trunk/apps/freeviz/gen.py   2006-01-06 23:38:39 UTC (rev 7777)
@@ -17,12 +17,12 @@

        for node in nodes:
                gnode = pydot.Node(node.name,  label='''\
-<<table CELLBORDER="0" border="0"
+<<FONT POINT-SIZE="10px"><table CELLBORDER="0" border="0"
   CELLPADDING="0"
-  CELLSPACING="0"
-><tr><td>%s</td>
-</tr><tr><td>%s</td></tr>
-</table>>''' % (node.name,node.location) )
+  CELLSPACING="3"
+><tr><td align="left">%s</td>
+</tr><tr><td align="left">%s</td></tr>
+</table></FONT>>''' % (node.name,node.location[0:7]) )
                g.add_node(gnode)

        #there are no dublicate edges in the database 


Reply via email to