-
Notifications
You must be signed in to change notification settings - Fork 163
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Set table theme based on ggplot2 theme? #391
Comments
It may be hard because the intent of the theme is not always obvious from its parts. E.g. |
@teunbrand any ideas for this? |
I had a bit of an experiment going with more formally putting gt tables as legends/axes. It'd be easier if tables had dedicated ggplot2 theme elements to deal with table specific stuff like stripes and such. |
Perhaps too specifically, I've also had some more detailed ideas.
|
Yeah, I was thinking something along those lines but I'm still unsure whether the end result would feel "native" to the plot. |
It could be pretty nifty if we could derive a nice compatible theming of gt tables from a complete ggplot2 theme...
The text was updated successfully, but these errors were encountered: