ericmjl / nxviz

Visualization Package for NetworkX
https://ericmjl.github.io/nxviz
MIT License
449 stars 86 forks source link

how show the node_labels on nxviz version:0.7.4 #691

Open ycyn521 opened 1 year ago

ycyn521 commented 1 year ago

Description

CircosPlot can't show node_labels

What I Did

how show the node_labels on  nxviz version:0.7.4
zengsihang commented 11 months ago

You could check the examples in the doc folder.

SolaCloud commented 4 months ago

This is how I did for a circus plot: annotate.node_labels(G, group_by="group", sort_by = "value", layout_func = layouts.circos) image