question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Is there a way to use the standard ggplot theme with lets-plot?

See original GitHub issue

Hi, 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:closed
  • Created 3 years ago
  • Comments:7

github_iconTop GitHub Comments

1reaction
holgerbrandlcommented, Jul 17, 2021

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

1reaction
alshancommented, Oct 30, 2020

Thank you for the feedback!

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found