ScotGovAnalysis / sgplot

Graphic styles and colours for Scottish Government plots
https://scotgovanalysis.github.io/sgplot/
Other
11 stars 1 forks source link

Add functionality to turn off / disable sgplot #20

Open alice-hannah opened 1 year ago

alice-hannah commented 1 year ago

It's currently difficult to revert defaults set using use_sgplot. The workaround is to use sgplot functions on each chart individually, but it might be useful for some to be able to 'stop using sgplot'. Not sure yet how difficult this would be to do and whether it's worth it.

alice-hannah commented 11 months ago

See theme_xaringan_restore_defaults: https://github.com/gadenbuie/xaringanthemer/blob/HEAD/R/ggplot2.R

alice-hannah commented 2 weeks ago

This may be easier in the next version of ggplot2

https://github.com/tidyverse/ggplot2/pull/5976