-
Notifications
You must be signed in to change notification settings - Fork 86
Open
Description
- 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 actual edges. This makes it hard to see the underlying colors
Expected
What I Did
I've tried to alter the color map and set args such as edge_color but this seems to change the underlying colors, without resolving the issue. %matplotlib inline vs widget seem to give the same output.
nxviz.api.MatrixPlot(G_coarse,node_order = "group",node_grouping = "group",node_color = "group",edge_color = "r2")
nxviz.annotate.matrix_group(G_coarse,group_by = "group")
Metadata
Metadata
Assignees
Labels
No labels