rbokeh icon indicating copy to clipboard operation
rbokeh copied to clipboard

R interface to Bokeh http://hafen.github.io/rbokeh/

Results 73 rbokeh issues
Sort by recently updated
recently updated
newest added

Hello, I am trying to create a rbokeh scatterplot with an accompanying reactable through a crosstalk object. I'm encountering issues with the figure() in rbokeh and the crosstalk object. Is...

From the examples, ``` p % ly_points(Sepal.Length, Sepal.Width, data = iris, color = Species, glyph = Species, hover = list(Sepal.Length, Sepal.Width)) p ``` stops working if add `lname` . ```...

Hi, Many thanks for the development of this package! This is a dependency (Suggests) of a package I developed for interactive vis of gene expression data: [esetVis](https://www.bioconductor.org/packages/esetVis/) available in Bioconductor....

![image](https://user-images.githubusercontent.com/39747846/78644480-39f59c00-78b6-11ea-919d-053bc162ad9f.png) I have problem with the legend title. I don't know why but the title is `"base::quote("my_column_name")".` This how I create the plot: ``` figure(title = "Parameters report", xlab =...

The axis_label_text_font_size does not seem to respond to my input. However, major_label_text_font_size does. ``` figure() %>% ly_points(1:10) %>% theme_axis(c("x", "y"), axis_label_text_font_size = "25pt", major_label_text_font_size = "25pt") ``` ![bokeh_plot](https://user-images.githubusercontent.com/12171111/43332027-b7ed7ea6-918c-11e8-81c3-a47048c7f85b.png) Running rbokeh_0.5.0...

Hello, I'm working on a shiny app that shows a grid of graphs. I would like to be able to place the legend outside the graphs, either with one legend...

Bokeh already allows heatmaps. Can you add a heatmap layer to rBokeh as well. For an example of existing interactive heatmap check out the [d3heatmap](http://blog.rstudio.org/2015/06/24/d3heatmap/) R package. The dendrograms are...

enhancement

It would be good to be able to use the bokeh `click_policy` functionality, which lets you click on the legend to hide and show classes. See https://bokeh.pydata.org/en/latest/docs/user_guide/interaction/legends.html In terms of...

Hello, I was wondering whether there is something in rbokeh that mimics the "span" functionality in bokeh. I want to create an infinite horizontal line on my rbokeh graph, and...

Hi, I am using trelliscopejs with rbokeh for the first time and encountered some issues when i tried to create a trellis of around 740 pages with each page containing...