metrumresearchgroup / TFLGenerator

The TFL generator meta repository. This includes the GUI and TFL R packages as submodules and manages the shiny application deliverable.
0 stars 0 forks source link

Apply a ggplot theme to all plots #9

Open dpolhamus opened 6 years ago

dpolhamus commented 6 years ago

Allow a user to alter more elements of the theme than we currently allow.

I think the yaml approach here would again be a good one. I'm thinking a main theme yaml, and then a way to overload each TFL with it's own yaml defined theme. yaml elements would consist of the ggplot elements (any of them). We just create a named list from the yaml, and then call the theme with that list.

dpolhamus commented 6 years ago

Est 36 hrs