thomasp85 / ggraph

Grammar of Graph Graphics
https://ggraph.data-imaginist.com
Other
1.08k stars 116 forks source link

use geom_node_text add label Encountered a problem #330

Closed nolanjj closed 10 months ago

nolanjj commented 2 years ago

image

I follow the tutorials on this websit https://r-graph-gallery.com/311-add-labels-to-hierarchical-edge-bundling.html copied the drawing code

But the picture is different

in my pictire point subgroup_1 on the bottom right not on top why

nolanjj commented 2 years ago

help!!!

thomasp85 commented 2 years ago

it's hard to say - when I run the code you linked to I get the same result as the link, not yours...

Maybe ensure you have the latest version of R and the latest versions of all packages, restart, and try again

nolanjj commented 2 years ago

it's hard to say - when I run the code you linked to I get the same result as the link, not yours...

Maybe ensure you have the latest version of R and the latest versions of all packages, restart, and try again

thanks!!!,I will try again