teunbrand / gguidance

A 'ggplot2' extension that focusses on expanding the plotter's arsenal of guides, such as axes, legends and colour bars. It brings various improvements to existing guides by re-implementation, as well as adding novel guides.
https://teunbrand.github.io/gguidance/
Other
118 stars 6 forks source link

tangent circle legend for size legend #14

Open xtimbeau opened 2 months ago

xtimbeau commented 2 months ago

There is an old suggestion in the ggplot2 ecosystem to procide with a more compact legend for bublble charts: For instance, from this stack overflow post :

image

Text labels could be inside the circle or offset outside with a small segment linking them to the circles.

I think your approach could make that really easy. I have tried to understand the code for guide_colour_ring in ggduidance. Looks feasible, but I am affraid it is beyond my reach.

teunbrand commented 3 weeks ago

I like this idea, but this is probably for a more distant future