Ryan Hafen
Ryan Hafen
Ah I'm glad I checked. For some reason I was under the assumption that the spec JSON is just generated from the checked out code, not the installed bokeh Python...
@sbsdc thanks for pointing that out - that link is stale because the barebones code was in the early stages of the refactor and is no longer valid. I have...
Technically putting something like this together should be possible but it would probably involve a bit of low-level javascript code to add it as a component. If there is a...
This will actually be a fun example attempt when we put in custom js callbacks (see examples toward the bottom of [here](http://bokeh.pydata.org/en/latest/docs/user_guide/interaction.html)) that we can build some higher-level plots around....
Interesting. I cannot reproduce with the following setup: ``` > sessionInfo() R version 3.3.1 (2016-06-21) Platform: x86_64-apple-darwin13.4.0 (64-bit) Running under: OS X 10.11.6 (El Capitan) locale: [1] en_US.UTF-8/en_US.UTF-8/en_US.UTF-8/C/en_US.UTF-8/en_US.UTF-8 attached base...
Very sorry for the delay. This does indeed need to be fixed and I'm looking into it.
This is fixed but is hanging out in the dev branch until it is ready to go live. You can test it out with `devtools::install_github("bokeh/rbokeh@dev")`.
Thanks for the report. It looks like all glyphs are showing for each entry. I'll take a look.
Thanks for the report - I can verify that this is a general issue and I think I know the cause. Will work on it.
Sorry for the delay on this - been out of town. I agree that factor ordering should be honored by default in the axes and this will be addressed in...