James A. Bednar
James A. Bednar
Thanks so much for adding colorbars to Bokeh 0.12.2! If I take the colorbar example from http://bokeh.pydata.org/en/latest/docs/user_guide/annotations.html and comment out the colorbar, I get a nice square plot:  But...
The automatic tile source attributions are very helpful for following the terms of service of tile providers, but they don't work well for the STAMEN_TONER_LABELS tile set, which is meant...
### Problem description Bokeh makes it easy to build web apps, but as far as I can see, there isn't an easy way to make them accessible for screen readers...
See https://github.com/holoviz/param/issues/486 for the proposal, which is basically to support Pydantic objects the same way we currently support Parameterized objects.
Subsumes #26, #174, and #202, listing the remaining open to-do items about the tutorials. - Review the existing tutorial content: * [ ] Are there any broken inter-notebook links? At...
The website and current branch branch_1.14.9 don't display a title above the plot despite the overlay being relabeled, as in the center plot here: Interactively trying relabel with group and...
Right now, if you want high-resolution Datashader plots on a Retina (scaled) display, you can set that at the stream class level: ```python from holoviews.streams import PlotSize PlotSize.scale=2.0 ``` However,...
HoloViews provides two operations for working with very large timeseries or other curves: `decimate()` and `rasterize()`/`datashade()`. The two algorithms work very differently: Decimate randomly drops rows, while `rasterize` renders the...
For HoloViews master and recent releases, a datashader plot with a date axis disappears when zoomed out enough: ```python Python callback returned following output: Traceback (most recent call last): File...
The `padding` option works well for Datashaded Bokeh plots, but for Datashaded Matplotlib plots the buffer area is effectively cropped off, presumably because the Datashader rendering happens _before_ the padding...