MattCowgill / ggannotate

Interactively annotate ggplots
Other
309 stars 20 forks source link

Fill color in geom_rect remains in geom_label #39

Closed jhelvy closed 3 years ago

jhelvy commented 4 years ago

After using geom_rect, the fill color remains for the geom_label fill. Could fix this by adding a fill input for geom_label, and maybe resetting the default values when the user switches between different geoms.

MattCowgill commented 4 years ago

Hi @jhelvy, thanks for raising this. This will be fixed when I add the ability to simultaneously add multiple geoms, which I will do soon. My attention has been diverted by other projects.

jhelvy commented 4 years ago

Looking forward to it! I'm actively using the app to annotate charts, and even in its current form it's saving me lots of time searching for the precise coordinates of where to put things.

MattCowgill commented 3 years ago

FYI I've now added the ability to add multiple annotations. It's glitchy and not particularly fast. Will re-write soon.

jhelvy commented 3 years ago

Looks great! The issue about the geom_rect fill remaining after swapping to geom_label appears to be resolved.