samuelcolvin / Bokeh.jl

Bokeh Bindings for Julia
Other
46 stars 14 forks source link

Bokeh slider #24

Open wadehenning opened 8 years ago

wadehenning commented 8 years ago

Can I use a slider with a Bokeh.jl plot?

slider = Slider(start=1, end=20, value=order, step=1, title="Order:")
gives me an error: 'syntax: unexpected end'

Thank You

samuelcolvin commented 8 years ago

no sadly not at the moment I haven't implemented them. If you want to help have a go at implementing them in Bokeh.jl I'm happy to help (a little, I'm very busy atm.), review, merge, release & credit you.

wadehenning commented 8 years ago

I wish I had the tools to help!  I am crunched for time myself and am looking for easy ways to interact with my Julia models.  Thanks.

 On Tuesday, August 4, 2015 2:07 PM, Samuel Colvin <notifications@github.com> wrote:

no sadly not at the moment I haven't implemented them. If want to have a go at implementing them in Bokeh.jl I'm happy to help (at least, I'm very busy atm.), review, merge, release & credit.— Reply to this email directly or view it on GitHub.

samuelcolvin commented 8 years ago

I can see how useful this would be but it needs two way communication with Julia I guess using websockets which is a long way off. Honestly I probably won't implement it unless I find myself needing it.

wadehenning commented 8 years ago

It is good to know that this is is probably a 'long way off' for you- thanks for sharing.  I am interested to see the  Reactj.s integration they are indicating for the Bokeh 0.10.0 release.

 On Tuesday, August 4, 2015 2:27 PM, Samuel Colvin <notifications@github.com> wrote:

I can see how useful this would be but it needs two way communication with Julia I guess using websockets which is a long way off. Honestly I probably won't implement it unless I find myself needing it.— Reply to this email directly or view it on GitHub.