rbokeh
rbokeh copied to clipboard
R interface to Bokeh http://hafen.github.io/rbokeh/
Here is a simple example of barplot expressed in Rbokeh. library(rbokeh) # total yield per variety figure() %>% ly_bar(variety, yield, data = lattice::barley, hover = TRUE) %>% theme_axis("x", major_label_orientation =...
Hi, Thanks for the awesome package. The hover doesn't work when I flip the x and y variable. For this example, the hover works and I can see 3 value...
I have seen that having `legend_orientation` was planned for release back in 2016, but I don't think that it was ever implemented. Would that be something to add to the...
@hafen FYI Bokeh 1.0 has been released. Let me know if I can help get an updated RBokeh ready (I will not be around most of November, but can help...
Good morning, I just made this plot, and the legend has super long titles: Instead of passing a typical column, I defined color pallet using `ly_points(x, y, color = interaction(col1,...
Hi, thanks for rbokeh, I've been looking into it from htmlwidgets, it looks great! I'm trying to figure out how to build a web app without shiny and rbokeh seems...
My grid_plot only uses half my page. it stretches if I specify the px width, but I want it to fill the page dynamically and responsively, regardless of screen resolution...
I encountered an issue when specifying field names with a specified dataset in `ly_hexbin` function with the version 0.6.3 of the package (installed to check the issue #216). ``` data(iris)...
Hey, Would it be possible to extract data selected in a Bokeh scatter plot back into Python? For example, I have a scatter plot, I select a small subset of...
Greetings guys, I am having troubles running this example code I have no idea what seems to be the problem, any help please?