James A. Bednar

Results 135 issues of 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: ![image](https://cloud.githubusercontent.com/assets/1695496/18636614/17937d22-7e4f-11e6-984b-c528a0608377.png) But...

type: task
tag: layout

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...

type: feature
tag: layout

### 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...

type: feature
grant: CZI R6

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.

type: enhancement

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...

TRIAGE

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,...

TRIAGE

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...

TRIAGE

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...

TRIAGE

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...

type: bug