Is there a way to use the standard ggplot theme with lets-plot?
See original GitHub issueHi,
Is there a way to achieve the standard ggplot theme with lets-plot plots? Perhaps something similar to sns.set()
? I didn’t find anything in the docs but maybe I missed it.
Issue Analytics
- State:
- Created 3 years ago
- Comments:7
Top Results From Across the Web
Get, set, and modify the active theme — theme_get • ggplot2
The current/active theme (see theme()) is automatically applied to every plot you draw. Use theme_get() to get the current theme, and theme_set() to ......
Read more >How to set themes globally for ggplot2? - Stack Overflow
Is there a way to set the ggplot2 theme globally, i.e. in one place, without having to modify all my plot functions each...
Read more >Learning to create custom themes in ggplot - RPubs
Overall, using this custom theme function might still require at least an intermediate knowledge of R and ggplot. There are a few ways...
Read more >18 Themes - ggplot2: Elegant Graphics for Data Analysis
In this chapter you will learn how to use the ggplot2 theme system, which allows you to ... The legend should be placed...
Read more >Python API reference for Lets-Plot documentation
ggplot ([data, mapping]) ... Collection of plots created by ggplot function. ... Use theme() to modify individual components of a theme, allowing you...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
I’d also love to have an option to bring back ticklines (readability) and background (better overall contrast of plot wrt to background).
Theming goes clearly beyond those 2 aspects and includes many other attributes that a user may want to customize. E.g. see https://ggplot2.tidyverse.org/reference/#section-themes and for a complete listing https://ggplot2.tidyverse.org/reference/theme.html
Thank you for the feedback!