Skip to content

Instantly share code, notes, and snippets.

@hafen
Created September 30, 2015 21:05
Show Gist options
  • Save hafen/37d11bfa547d8cbc37a1 to your computer and use it in GitHub Desktop.
Save hafen/37d11bfa547d8cbc37a1 to your computer and use it in GitHub Desktop.
rbokeh themes
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