selwyth

Results 4 comments of selwyth

> I'm debating with myself on whether node sizes do make sense in a CircosPlot. On one hand, it aesthetically makes sense to keep node sizes equal across nodes. On...

Here's how to repro: networkx version: 2.0 nxviz version: 0.3.6 Python: 3.5.2 Operating System: Linux-4.4.96+-x86_64-with-Ubuntu-16.04-xenial ```python import networkx as nx import nxviz G = nx.DiGraph() NODES_EBUNCH = [ ('A', {'n_visitors':...

OS: CentOS 6.5 Python: 2.7.11 knowledge_repo: 0.7.6 git binary: 1.8.4 gitdb2: 2.0.2 Thanks for offering to take a look, and I hope this helps. I've confirmed it's due to reindexing;...

FYI I worked around this by setting `REPOSITORY_INDEXING_ENABLED` to False and patching 2 of the 4 areas which check for the flag to not check it (because things like pageviews...