I'm trying to change the node size according to an attribute of my NetworkX object but even if I set node_size="attribute", the size remains invariant.
Also, I would like to change the colormaps for edge/node attributes, but I don't see how to do it.
Description
I'm trying to change the node size according to an attribute of my NetworkX object but even if I set node_size="attribute", the size remains invariant.
Also, I would like to change the colormaps for edge/node attributes, but I don't see how to do it.
What I Did
This is the piece of code I'm using to plot.
Thank you.