nkoub / multinetx

multiNetX is a python package for the manipulation and visualization of multilayer networks. It is build on NetworkX
230 stars 54 forks source link

What is meaning of this parameter? #2

Closed shihangwen closed 6 years ago

shihangwen commented 6 years ago

I want to draw a Multi layer network by using Python. The expected graph likes this: oky9v This is my command: default mst_pearson,mst_kendall,mst_tail are my original networks, I want to use them to establish a three-layers multilayer network. But the error is that: image What is that error mean? How could I fix it?

nkoub commented 6 years ago

The parameter layer_horizontal_shift defines a horizontal displacement of the relative position of the layers in the horizontal axis.

The library is written for Python2.7 and uses networkx.version '2.0' numpy.version '1.12.1'

Can you plot each network separately using the networkx? If you can so, then it is straightforward to plot them in a multiplex.