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... )
Comments 5
Reply
Reply
I mean, do I have to download the code and run it off a server or is it already on a server?
Reply
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