Hi, I wonder if there some convenient way to add the labels to nodes in a graph, I’m using Graphs.jl currently.
I have try to record the (node Number => label) in a separated dictionary, but I think the order of nodes number will be change if any node removed or added, so, is there any suggestion to attach a label to the node?
The recommended package for that would be MetaGraphsNext.jl, but it is a little rough around the edges. MetaGraphs.jl is an older and more stable but less efficient version