Ryan Hafen

Results 203 comments of Ryan Hafen

Thanks for the report. Legend work has been ongoing and more is available in the dev branch. Will hopefully stabilize this and merge into master soon. Here's your example using...

Thanks @bryevdv I'll check that out. @JauntyJJS I haven't encountered this behavior before. Can you reproduce this with a simple sharable example? If so, if you could share reproducible code...

I've been wanting to be able to do this for a while and wasn't aware of `embed_notebook()`. ll take a look at it.

@michd-mit welcome! And sorry for the delay. You are correct that the sliders and other inputs in Bokeh are not yet exposed in rbokeh. This has been lower priority since...

@lianos this is an interesting issue that I've grappled with quite a bit. You are correct that mapping glyph to a categorical variable requires multiple layers to be drawn in...

Ah yes of course the row numbers should be 1 based. Working on this - I'm balancing this with some work on other issues (mainly updating to Bokeh 0.12) but...

Yikes! Unfortunately it's difficult to edit legend titles right now, but I'm working on a refactor that should make this possible which will be out in a couple of weeks....

Awesome! The current production rbokeh will not be easy to migrate to 1.0. However, the rewrite I did last year will be easy to update, but as I've mentioned before,...

Sorry for the delay @elbamos. The location you referenced is for the Bokeh codebase, not rbokeh. I have updated the branch I mentioned to use Bokeh 1.0.1 and it is...

@bryevdv when I run spec.py: ``` python scripts/spec.py > spec_1.0.1.json ``` I get the following file: https://github.com/hafen/rbokeh/blob/v0.6.5/code-gen/spec_1.0.1.json, which does still show `column_names` as attributes.