Benjamin F. Maier

Results 72 comments of Benjamin F. Maier

so the error only occurs after the styling process?

weird, it works for me. I called ```python import netwulf as wulf _, __, G = wulf.load("./matNetwork_error.txt") wulf.visualize(G) ``` and I get the following result: ![Screen Shot 2019-11-25 at 18...

the current version is 0.1.4. In case you're not on the current version you can update it like this: pip install --upgrade netwulf

when you said "(and it doesn't throw an error", does that mean you have checked the javascript console for error messages?

very weird, your code works on my machine for both python 3.6 and python 3.7 as well as both Chrome and Safari

(thanks for raising the issue though, I heard from several people that they had problems, so this definitely helps)

ah, cool! thanks for the quick reply. Yeah, I remember that I encountered the same problem with edge widths once and I also remember that I had an approximate fix...

Hi, netwulf does not support individually colored edges in the interactive version atm. It does for the reproduced figure though, see https://netwulf.readthedocs.io/en/latest/reference/tools.html#netwulf.tools.draw_netwulf. You could produce a positions and layout in...