We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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()
The text was updated successfully, but these errors were encountered:
Added: #833
Sorry, something went wrong.
Added in 4.0.0, soon in Kotlin API.
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
themeVoid()
No branches or pull requests
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
but it would be great to have ggplot analog of theme_void()
The text was updated successfully, but these errors were encountered: