rbokeh
rbokeh copied to clipboard
R interface to Bokeh http://hafen.github.io/rbokeh/
When the height parameter uses %, the toolbar_location defaults to "left," even when specified. `ui
right now the ly_lines layer doesn't support the hover function. So a line plot cannot be traced. Since the line plot is made of points, allow the hover to atleast...
(Using 0.5.1) I've just come across an issue using `ly_abline` together with `x_range` when plotting a discrete axis. Plotting an abline (using `h` or `v`) works fine when `x_range` is...
Hi and thanks for your work. I need to have consistent appearance of variable's colours in my plots. That's why I assigned every data entry a custom colour ("#AABBCC") based...
It would be a great feature to include a color map on the left or right side of a plot with hexagonal binning, similar as implemented in ggplot2. 
This issue began over at https://github.com/ContinuumIO/anaconda-issues/issues/1391, but has now morphed into something that seems to be rbokeh specific. Conda defaults has the latest packages for nearly all of this stack...
The following works correctly for me: `rbokeh::ly_points(figure(), a, b, data.frame(a = c(1,2), b = c(3,4)), hover = "@a and @b")` Curiously this does not: `rbokeh::ly_points(figure(), a, ab, data.frame(a = c(1,2),...
I couldn't find where the elements table was created for the package. A few elements got new names and symbols: https://iupac.org/iupac-announces-the-names-of-the-elements-113-115-117-and-118/ 😄
An issue with Google Maps objects underflowing out from their frames has been affecting rbokeh in recent weeks. The issue was raised in the Google group and apparently fixed for...
Due to the code in grid_plot which clears out tools in each figure, this also has the effect of losing callbacks set for a given tool function (for example tool_tap)....