nxviz
nxviz copied to clipboard
Visualization Package for NetworkX
updates: - [github.com/psf/black: 21.10b0 → 21.11b1](https://github.com/psf/black/compare/21.10b0...21.11b1)
* nxviz version: 0.6.2 * Python version: 3.8.8 * Operating System: Linux/Ubuntu ### Description I'm trying to change the node size according to an attribute of my NetworkX object but...
This PR resolves issue #682 and #572. # PR Checklist Please ensure that you have done the following: 1. [x] PR in from a fork off your branch. Do not...
* nxviz version: 0.3.7 * Python version: 3.10.4 * Operating System: Linux Mint 20.3 ### Description When drawing a matrix plot there seems to be a strange overlay over the...
* nxviz version: nxviz-0.7.4 * Python version: Python 3.9.6 * Operating System: Ubuntu 20.10 ### Description I was trying to import the CircosPlot method and plot the graph. ### What...
* nxviz version: 0.7.4 * Python version:3.9/3.8 (tried both) * Operating System: ubuntu ### Description annotate.node_colormapping(pass_graph, color_by="total", legend_kwargs = {"location": "bottom"}) or annotate.node_colormapping(pass_graph, color_by="total", legend_kwargs = {"loc": "upper left", "bbox_to_anchor":...
* nxviz version: 0.7.4 * Python version: 3.8 * Operating System: Ubuntu ### Description Trying to follow the new API, frankly few things work. import nxviz as nv ax =...
* 0.7.3 * Python version: 3.9 * Operating System: windows ### Description Trying to plot a matrix plot ### What I Did Plot a matrix Plot m = nv.MatrixPlot(graph) m.draw()...
* nxviz version: 0.7.3 * Python version: 3.9.7 * Operating System: MacOS 12.3.1 ### Description Adding colour map to a divergent network crashes, but not for the same network if...
* nxviz version:0.73 * Python version:3.8 * Operating System: ### Description Hello, I have been trying to change the node colors from the default ones by giving it a custom...