ercco
ercco
As @cloner174 mentioned, aspects and layers are different things. Number of aspects is the dimensionality of the layers. If you have genes as layers, then the network has one aspect....
Like @cloner174 said, fitting the layers into the figure depends on the distances between layers (the `layergap` parameter), among other things. You have to experiment with the `draw` parameters to...
Hi, I'm not entirely certain what "related packages" means in this context. To find e.g. degrees of node-layers, you can do: ``` >>> M = pymnet.MultilayerNetwork(aspects=1,fullyInterconnected=False) >>> M[1,2,'a','b'] = 1...
Hi, it is not clear where the error is occurring. The error message shows that you're trying to call a method of a `None` object, which I couldn't replicate with...
Like @cloner174 said, the draw functionality is unfortunately only implemented for single-aspect networks.