MattCowgill / ggannotate

Interactively annotate ggplots
Other
309 stars 20 forks source link

Enable multiple annotations #42

Closed MattCowgill closed 3 years ago

MattCowgill commented 3 years ago

current status: only works on faceted plots (need to rewrite combine_layers()), code output doesn't work (annotations do show up on plot in Shiny gadget)

MattCowgill commented 3 years ago

current status: faceted and single plots both work. geom_rect() doesn't work.

MattCowgill commented 3 years ago

core functionality working OK. Bit glitchy in some respects -- returning to a layer doesn't always leave aesthetics unchanged as would be desirable. Speed could be improved (code needlessly baroque). Needs to be tested more thoroughly.

MattCowgill commented 3 years ago

closes https://github.com/MattCowgill/ggannotate/issues/11

MattCowgill commented 3 years ago

current status: working by accident. Needs to be significantly re-factored. Too slow, glitchy.