Created
September 30, 2015 21:05
-
-
Save hafen/37d11bfa547d8cbc37a1 to your computer and use it in GitHub Desktop.
rbokeh themes
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
p <- figure() %>% | |
ly_points(Sepal.Length, Sepal.Width, color = Species, data = iris) | |
# plot with default theme | |
p | |
# plot with ggplot2 theme | |
p %>% set_theme(bk_ggplot_theme) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment