Ryan Hafen

Results 203 comments of Ryan Hafen

It works for me. Can you provide more information? My environment: ``` > sessionInfo() R version 3.2.4 (2016-03-10) Platform: x86_64-apple-darwin13.4.0 (64-bit) Running under: OS X 10.11.4 (El Capitan) locale: [1]...

This is possible, but it may require a little work. Do you want to get the actual x, y coordinates, or the screen coordinates? If the former, it should actually...

This should be a simple addition - will put it in soon.

This is a good question. I was asked this a few months ago. I don’t use jupyter but have been meaning to look into it. Have you been able to...

I agree!! The roadblock for me is that I don't currently have a good understanding of the details of how to embed in Jupyter and I think this should be...

@JeanLescut I'm not sure I understand what you mean. Can you provide an example for embedding an rbokeh plot in a jupyter notebook?

Thanks @mingwandroid - this is outside my expertise.

This is how things work with base R graphics - an `lm` result is an naturally an `abline`. Are there other plotting packages that do this?

Thanks. This is indeed an issue that's been bugging me for a while and I'm actively working on it. It's a major refactor dealing with color mappers as you suggest....

Oh - now it is so obvious! Thanks! We can do that easily for lattice and ggplot, but how do you detect in the callback whether the previous top-level command...