Viewing profile — bigreddot
bigreddot
HN member- Joined
- Thu, May 09, 2013, 3:52 PM UTC
- HN karma
- 8
- Public activity
- 13 items
- HN profile
- View on Hacker News ↗
About bigreddot
No profile information was provided.
Recent public activity
-
comment
Comment #18478631
> If you merge the library projects together Alas, it's not so simple. How much actual overlap is there to merge in Bokeh and Matplotlib, for instance? MPL renders images in Python…
-
comment
Comment #18473994
That's entirely backwards, to reduce the bus factor, you need more people maintaining less, not fewer people maintaining more. In any case, the incentives are simply not there, as …
-
comment
Comment #18473706
5+ years and 321 contributors later, I can state that Bokeh was not easy to write. Fairly sure MPL and Plotly devs would disagree with this assessment as well. Python has a multitu…
-
comment
Comment #18473659
MPL is great, but its pretty much only a dependency of Seaborn. It's not a dependency of Bokeh, Altair, or Plotly
-
comment
Comment #11081050
I definitely empathize. It's a technically challenging problem, there are lots of competing important priorities, and we are a small team that can only humanly accomplish so much w…
-
comment
Comment #11080964
FYI it's really dead simple to write new "bokeh" command line tools as Bokeh apps now. We already have several ("bokeh html" and "bokeh json") but we are definitely interested in m…
-
comment
Comment #11080799
I wrote most of the docs, and my default day-to-day python is Python 3, so it's really just a matter of forgetting that "Python 3 ready" is something still needs to be mentioned at…
-
comment
Comment #7437573
If you are looking for an open-souce plot library that works from JS, python, scala (and potentially driven from any language) you should check out Bokeh. http://bokeh.pydata.org
-
comment
Comment #6775264
Do you have the tool selected in the toolbar above? If so, please file a ticket on GH about this. Most of the Bokeh devs are on OSX so it would surprise me if it does not work on O…
-
comment
Comment #6773207
The current zoom tool is a scroll wheel zoom, not a box selection zoom. Guessing that might be the issue since others have run into the ambiguous description as well. It will be la…
-
comment
Comment #6771493
Just for reference, here is the actual 0.3 announcement: http://continuum.io/blog/bokeh03
-
comment
Comment #6769226
There are already some tools available, pan and wheel zoom, plot resizing, selection (on some plot types). Many more tool types are planned. As for the architecture, BokehJS is bui…
-
comment
Comment #6769198
[Another bokeh dev chiming in] Additional tools like crosshair, data and color inspectors, box zoom, more types of selections (point, lasso, etc), and measurement tools are all pla…