rbokeh
rbokeh copied to clipboard
R interface to Bokeh http://hafen.github.io/rbokeh/
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...
"There are more levels to color than there are available colors in this palette... repeating colors"
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)...
It `TRUE`, it will show the f-value and quantile.
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`...