nxviz icon indicating copy to clipboard operation
nxviz copied to clipboard

Visualization Package for NetworkX

Results 43 nxviz issues
Sort by recently updated
recently updated
newest added

When I am creating a MatrixPlot or CircosPlot like this everything works fine: ``` g = nv.arc(G, node_color_by="community", group_by="community") annotate.arc_group(G, group_by="community") g.get_figure().set_size_inches(10,10) ``` However, I wanted to adjust the edge...

bug

Should the example present at https://github.com/ericmjl/nxviz/blob/master/docs/developers/architecture.md#intended-usage-example-2 be a self contained example? A user can't just copy and paste and run this example. Something like? ```python from nxviz import lines, utils,...

Thanks for this cool project, I just wonder is it possible to draw arrows when plotting a directional graph with arcplot? Passing `edgeprops={"arrowstyle": "->", "arrowsize": 100000,}` to `nv.ArcPlot` doesn't seem...

hello, I have vertex.txt and triangle.txt, how to create a networkx graph? my source file hasn't edge information I have used matplotlib to create a graph, but I can't use...

I am wondering if there is a way to color the edges with a gradient that starts with the same color as the starting node and ends with the same...

* nxviz version: 0.6.2 * networkx version: 2.4 * Python version: 3.7.3 * Operating System: Windows ### Description Hey, so. I upgraded my networkx today to 2.4 and since the...

* nxviz version: current version as of July 31 2017 * Python version: 3.6 * Operating System: linux ### Description Is there a way for labels for the nodes to...

enhancement

* nxviz version: 0.6.2 * Python version: 3.6.10 * Jupyter: 1.0.0 * Operating System: Windows 10 Home ### Description Hi! I'm a bit unsatisfied with the figure size in Jupyter...

* nxviz version: 0.6.1 * Python version: 3.7.4 * Operating System: Linux ### Description The following example doesn't work with networkx 2.4 : ``` from random import choice import matplotlib.pyplot...

* nxviz version: 0.6.1 * Python version: 3.7.3 * Operating System: Windows 10 ### Description I was wondering if there was any way to manually select the different colors when...