You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am experiencing this exact same issue. In my graph I have specified a color under E(g)$color that I want to use, and it is not working. It is taking the default colors used in ggplot2.
I have tried both the combination and stand-alone version of what is described here and it is not working. I have tried it for the nodes, and it is not working either. The graph g has attributes V(g)$year, V(g)$type, V(g)$size, V(g)$color, E(g)$color .
I need to color the nodes and the edges according to the specified attributes.
I am experiencing this exact same issue. In my graph I have specified a color under E(g)$color that I want to use, and it is not working. It is taking the default colors used in ggplot2.
I have tried both the combination and stand-alone version of what is described here and it is not working. I have tried it for the nodes, and it is not working either. The graph
g
has attributesV(g)$year, V(g)$type, V(g)$size, V(g)$color, E(g)$color
.I need to color the nodes and the edges according to the specified attributes.
Below my R session:
The text was updated successfully, but these errors were encountered: