GraphStream Users

Archives de la liste Aide


Re: how can I display 20,000 nodes in graph


Chronologique Discussions 
  • From: guilhelm savin <guilhelm.savin AT gmail.com>
  • To: "graphstream-users AT litislab.fr" <graphstream-users AT litislab.fr>, mekaprathyusha AT gmail.com
  • Subject: Re: how can I display 20,000 nodes in graph
  • Date: Wed, 18 Feb 2015 20:02:50 +0100

Hi,

We need more informations about how you create your graph. Maybe a sample of code to reproduce your problem ?
Why do you use "layout.frozen" ? Because layout will not be computed for nodes and so no coordinate will be provided to the renderer.

Cheers.

2015-02-18 7:51 GMT+01:00 <mekaprathyusha AT gmail.com>:
Hello,

I created 20,000 nodes and edges for each other node but I can't see all the
nodes in the graph.

I am newbie to graphstream, I used
System.setProperty("org.graphstream.ui.renderer",
"org.graphstream.ui.j2dviewer.J2DGraphRenderer");

and also "layout.frozen" for each node, but it doesn't work.

All my nodes are forming into a circle and I am unable to see the edges.

Thanks for any help.



--
Guilhelm Savin
PhD of Computer Science



Archives gérées par MHonArc 2.6.16.

Top of page