prefuse / Prefuse

Prefuse is a set of software tools for creating rich interactive data visualizations in the Java programming language. Prefuse supports a rich set of features for data modeling, visualization, and interaction. It provides optimized data structures for tables, graphs, and trees, a host of layout and visual encoding techniques, and support for animation, dynamic queries, integrated search, and database connectivity.
http://kneecap.ist.berkeley.edu/
Other
571 stars 198 forks source link

GML reader #5

Open papriwalprateek opened 12 years ago

papriwalprateek commented 12 years ago

There is no GML reader in current prefuse

brycecr commented 12 years ago

Is GML widely used? In any case, a simple GML reader would be pretty straightforward. I'd be willing to write one up if this would be used.

papriwalprateek commented 12 years ago

Yes , GML - Graph Modelling Language - is used . Also there is no easy available GML to graphml converter . Therefore, I think that Prefuse should have GML reader ...

brycecr commented 12 years ago

Ok. I'll write one when I get the chance. For the record, converting gml to graphml should be as easy as opening the gml in gephi and re-saving.

brycecr commented 12 years ago

haha, I see you ended up writing a limited one already. Why don't you generalize that and port to prefuse?

jjtapia commented 9 years ago

Hello. Was the GML importer ever implemented for Prefuse? We would be interested in using this capability.

brycecr commented 9 years ago

I don't think so @jjtapia , sorry.