gserrano92 / graphmlreader

Automatically exported from code.google.com/p/graphmlreader
0 stars 0 forks source link

Export visual attributes of the network #1

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
GraphML standard doesn't specify how the visual appearance of the graph should 
be defined.

One of the alternatives is to support yEd 
(http://www.yworks.com/en/products_yed_about.html) extension to GraphML that 
allows to define visual appearance through the use of special "data" attributes 
and extended XML scheme.

Original issue reported on code.google.com by astuka...@gmail.com on 29 Dec 2011 at 11:50

GoogleCodeExporter commented 8 years ago
Here's the patch that does support exporting basic visual attributes of the 
node (shape, color, font) as well as some other misc enhancements. I also can 
commit these changes directly, if the access to SVN would be granted.

Original comment by astuka...@gmail.com on 29 Dec 2011 at 12:05

Attachments: