Skip to content
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

theme_void() equivalent #830

Closed
Nikita-Pavlenko opened this issue Jul 31, 2023 · 3 comments
Closed

theme_void() equivalent #830

Nikita-Pavlenko opened this issue Jul 31, 2023 · 3 comments
Milestone

Comments

@Nikita-Pavlenko
Copy link

For pie charts, for example, we does not need background, axis and the other things except of chart itself.

Currently this could be done with

themeClassic() + theme(axis="blank")

but it would be great to have ggplot analog of theme_void()

@Nikita-Pavlenko Nikita-Pavlenko changed the title theme_void() analog theme_void() equivalent Jul 31, 2023
@alshan alshan added this to the New milestone Jul 31, 2023
@OLarionova-HORIS
Copy link
Collaborator

Added: #833

@alshan alshan modified the milestones: New, 2023Q3 Aug 4, 2023
@alshan
Copy link
Collaborator

alshan commented Aug 18, 2023

Added in 4.0.0, soon in Kotlin API.

@alshan
Copy link
Collaborator

alshan commented Aug 24, 2023

In LPK 4.4.2 : https://nbviewer.org/github/JetBrains/lets-plot-kotlin/blob/master/docs/examples/jupyter-notebooks/f-4.4.2/theme_void.ipynb

Unfortunately at the moment themeVoid() is not fully compatible with "flavors": #858

@alshan alshan closed this as completed Aug 24, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants