loijord

Results 3 comments of loijord

Does that mean that installation of `numexpr3` is still not able? I tried these approaches: 1. `pip install numexpr3` Complete output (5 lines): Traceback (most recent call last): File "",...

I've spent more time studying source code of `netgraph` this week. In conclusion, I've found that node and edge artist objects are inherited from `matplotlib.patches.PathPatch` class. It doesn't look to...

You need to pass `stylesheet` parameter in `cyto.Cytoscape`: ``` stylesheet = [ {'selector': 'node', 'style': {'content': 'data(label)'}}, {'selector': 'edge', 'style': {'content': 'data(label)', 'curve-style': 'unbundled-bezier', 'width': 1, 'line-color': 'lightblue', 'target-arrow-color': 'lightblue',...