thomasp85 / ggraph

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

question: geom_edge_loop absolute loop size #304

Closed langenberg closed 10 months ago

langenberg commented 2 years ago

Hi everyone!

Thanks for your work on this great package!

I was wondering if it is possible to set an absolute size for a loop using the geom_edge_loop function? When I resize the viewer, the loop gets resized too. I would like to have a constant loop size though. I played around with the strength aesthetic but I didn't get the result that I hoped for. Is it possible to set the unit for geom_edge_loop to e.g. "mm"?

Thanks for your help!

Cheers, Benny

thomasp85 commented 10 months ago

That is not possible at the moment and I'm not sure it will be added unless someone provides a PR