Ryan Hafen

Results 203 comments of Ryan Hafen

It would be really nice to add one example of a query in the README, or even better a minimal working example on a small dataset.

Things get a little messy with multiple tools in a `grid_plot` so I don't think it will work. I'm working on a major internal overhaul right now that will hopefully...

Sounds good. This should be a very simply layer function making use of `ly_image` or `ly_crect`.

Thanks for the link @ziyadsaeed. That is part of the high-level python api so we will still need to implement our own that translates to the rect glyphs. Should be...

No sorry I'll get on it - should be pretty straightforward. @jrounds, did you have an implementation we could base off of?

I do plan to support this. I'm working on a complete overhaul of the internals of rbokeh right now that will clear things up a lot for easier future development....

Thanks! You're right that the current paradigm for using a server with rbokeh is to use Shiny, but you're also right that the support is a bit lacking in that...

I believe the FF thing is an issue that might effect all htmlwidgets in notebooks, not just rbokeh. For example, I tried another htmlwidget, d3heatmap: ```r library(d3heatmap) d3heatmap(mtcars, scale =...

This will be coming very soon. I have a development branch that will handle custom themes - I just need to add the mechanism for the user to specify the...

I've updated rbokeh to use the latest production version of BokehJS (0.12.4) and I'm still doing some testing of other things on it, but this issue still exists with this...