Is there any lib for visualizing large social networks? Moreover, does it make sense to visualize them at all if a network has e.g. 200 000 edges.
Is there any lib for visualizing large social networks? Moreover, does it make sense
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
GraphViz is probably the best tool for this; it comes with Java bindings and deals well with large graphs. It’s pretty complex, but also very powerful.