calligross / ggthemeassist

A RStudio addin for ggplot2 theme tweaking
490 stars 44 forks source link

add a 'ggThemeAssistGadget()` function that triggers the addin using a command instead of mouse clicks #53

Closed daattali closed 8 years ago

daattali commented 8 years ago

related to #48 - you can call

ggThemeAssistGadget(plot) and it'll have the same effect as highlighting the plot and running the addin

ottlngr commented 8 years ago

Thanks for that. After a short review of your changes this seems to be quite similar to PR #47 which came in a few days ago. I'll take a closer look tomorrow but both PRs look promising.

daattali commented 8 years ago

I do see that now, good luck staying on top of everything here :)

calligross commented 8 years ago

I merged your PR in dev, which I will hopefully merge today into master.

Thank's for your support!