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

The following code returns an error. I am basically trying to make use of the automatic conversion of categorical values to colors when plotting over a map within shiny: ```...

When viewing a plot in Firefox (Windows, 40.0). The plot title is there initially, but when you resize the plot it disappears, and reappears if you resize the plot back...

Hey I'm getting this notification when using a column to set the color, as sometimes the column it's referencing can have a lot of unique values. Is there a way...

I understand that `lm` result can be drawn via `ly_abline`, but it is confusing to use `ly_lines` for `lowess` and `ly_abline` for `lm`.

Currently, there is no easy way to plot grouped histgram / density plot. Adding `group` kw to `ly_hist` and `ly_density`? Currently, I do: ``` # to use mpg data library(ggplot2)...

To get an area chart.

enhancement

It `TRUE`, it will show the f-value and quantile.

enhancement

I was trying to use color and glyph based on data attribute and the legend doesn't seem to show glyph attribute. I am listing below a small code that I...

People may not realize that these aren't raster graphics and that every single point is being sent to the browser, which can have an effect on performance. It might be...

The `shape` parameter in `ly_hexbin` is used to make sure hexagons have the right aspect ratio in the plot. This could be automatically inferred from the specified `width` and `height`...