Re: [jgrapht-users] Weighted graph
Brought to you by:
barak_naveh,
perfecthash
From: Ícaro C. D. <ic...@gm...> - 2016-02-18 11:11:01
|
In order to show what you want for the edges, create your own subclass of DefaultWeightedEdge, then override *toString* method. For large graphs, I suggest you export them in dot format, which is lighter for plotting. 2016-02-14 22:27 GMT-02:00 Cherie Pun <che...@gm...>: > Hi all, > > I am trying to visualise a weighted graph using jgraphx, however the label > on the edge is the pair of connected nodes instead of the weight. How do I > change the string that is displayed on the edge? > > Also, my graph has more than 400k edges, I tried to visualise the graph > but it took a long time and I stopped the program. Is it normal for it to > take more than an hour and does the library support graphs that is of this > scale? > > Thank you very much for helping. > > Kind regards, > Cherie > > > ------------------------------------------------------------------------------ > Site24x7 APM Insight: Get Deep Visibility into Application Performance > APM + Mobile APM + RUM: Monitor 3 App instances at just $35/Month > Monitor end-to-end web transactions and take corrective actions now > Troubleshoot faster and improve end-user experience. Signup Now! > http://pubads.g.doubleclick.net/gampad/clk?id=272487151&iu=/4140 > _______________________________________________ > jgrapht-users mailing list > jgr...@li... > https://lists.sourceforge.net/lists/listinfo/jgrapht-users > > |