Bokeh – a Python interactive visualization library
bokeh.pydata.org
Bokeh – a Python interactive visualization library
1–10 of 67 posts
Re: Bokeh – a Python interactive visualization library
#2Re: Bokeh – a Python interactive visualization library
#3Re: Bokeh – a Python interactive visualization library
#4Re: Bokeh – a Python interactive visualization library
#5I've been playing around with this library and really like it. Python really is that much easier to use than R isn't it? Too bad most on the libraries are still in R. It's strange that there isn't a language written on top of R that is less troublesome to use or learn.
Re: Bokeh – a Python interactive visualization library
#6I've been playing around with this library and really like it. Python really is that much easier to use than R isn't it? Too bad most on the libraries are still in R. It's strange that there isn't a language written on top of R that is less troublesome to use or learn.
Re: Bokeh – a Python interactive visualization library
#7I've been playing around with this library and really like it. Python really is that much easier to use than R isn't it? Too bad most on the libraries are still in R. It's strange that there isn't a language written on top of R that is less troublesome to use or learn.
Fortran programmers find it much "easier" than other languages. You are arguing about a subjective matter here. The fact that there are so many R packages and users shows it is useful to a large enough subset of users in statistics/data science domain.
Your use of "subjective" is imprecise and overly relativistic. Just because something has to do with the human mind, or human experience, doesn't make that thing a priori subjective.
Re: Bokeh – a Python interactive visualization library
#8Bokeh is widely discussed by photography equipment aficionados as one of the main distinguishing traits of different lens designs besides sharpness, distortion, etc.
edit: maybe it is an allusion to bubble plots?
Re: Bokeh – a Python interactive visualization library
#9Since I have never really liked Matplotlib I would really like to learn Bokeh, but unfortunately its inability to export its visualizations in SVG or similar formats makes it kind of useless for me as a scientist wanting to publish my results.
At the current time you can export to png, or maybe export to svg in a roundabout manner, by turning html page into pdf, turning pdf into svg, etc.
Re: Bokeh – a Python interactive visualization library
#10Since I have never really liked Matplotlib I would really like to learn Bokeh, but unfortunately its inability to export its visualizations in SVG or similar formats makes it kind of useless for me as a scientist wanting to publish my results.
to_bokeh(fig=None, use_pandas=True, xkcd=False)
Taken from: http://bokeh.pydata.org/en/latest/docs/user_guide/compat.htm...