Can the package NetworkX be used to draw complex network with weights given by a distribution, for example a power law? Then can I write a code to draw the weight distribution or strength distribution, or even further to draw the weighted average nearest neighbours degree of a node? then coloring each class of similar degrees, or similar strenghs, etc.
I have a large data of a complex network consisting of about 300 nodes, and data about individual egdes' weights. What is the best way to draw such a network?
networkx
can do all of those things. I suggest you go over the documentation and if you are stuck at any part ask those questions. By the way, I wouldn't consider a 300 node network as 'large'. – Avaris