LJMinion and Relationship Graphs

Apr 09, 2009 23:27

Soooo recently I slapped together a little Python library that can graph LJ relationships. It uses NetworkX which uses matplotlib. While fairly rudimentary, people have expressed enough interest in the output that I figured some of you might like to play around with it ( Read more... )

Leave a comment

Comments 5

anantj April 10 2009, 13:32:50 UTC
How do I use it?

Reply

foxfirefey April 10 2009, 16:07:52 UTC
At what stage are you starting from?

Reply

anantj April 10 2009, 16:27:21 UTC
From the start ;)
I mean, do I have to download the code and run it off a server or is it already on a server?

Reply

foxfirefey April 10 2009, 16:30:54 UTC
Ah, yes. I'll note you'll need to have Python installed and the two dependency libraries linked here:

http://bitbucket.org/foxfirefey/ljminion/wiki/Home

This is also a command line program.

You can download the source from a menu button here at the top right in a bundle:

http://bitbucket.org/foxfirefey/ljminion/src/

Then, unpack, get into the directory and you can run it with:

python LJMinion/RelationGrapher.py -h

Which will show all the options.

python LJMinion/RelationGrapher.py -a anantj

Would start the process of downloading data and then displaying your graph.

Reply


Leave a comment

Up