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
However, the largest value (1) in the largest subplot (A) is assigned as black dot in the middle (1) replacing a yellow circle in the middle which itself goes together with the black dots in the outer layer (2)
The text was updated successfully, but these errors were encountered:
I am drawing ciclepack layout by encoding colours
ggraph(graph,
layout = "circlepack",
weight = size
) +
geom_node_circle(aes(fill = as.factor(color), group = size)) +
scale_fill_identity() +coord_fixed()
However, the largest value (1) in the largest subplot (A) is assigned as black dot in the middle (1) replacing a yellow circle in the middle which itself goes together with the black dots in the outer layer (2)
The text was updated successfully, but these errors were encountered: