nxviz
nxviz copied to clipboard
how show the node_labels on nxviz version:0.7.4
- nxviz version:0.7.4
- Python version:3.8
- Operating System:win10
Description
CircosPlot can't show node_labels
What I Did
how show the node_labels on nxviz version:0.7.4
You could check the examples in the doc folder.
This is how I did for a circus plot:
annotate.node_labels(G, group_by="group", sort_by = "value", layout_func = layouts.circos)