Ian Thomas

Results 96 comments of Ian Thomas

No it is building from source, reproducing my dev workflow when running the docker container locally.

This now has at least some tests passing when installing from the wheel in the docker container. So the general approach works, we just need to tidy it up a...

> btw. `.gitignore` is currently badly set up (after PR #12368), which means you have to use `git add -f path_to.png`. :thumbsup: I didn't actually create the new baseline image...

Datashader already supports weights on the triangles as well as on the vertices. Here is an example showing both: ```python import datashader as ds import pandas as pd canvas =...

Certainly the docs could be more explicit about this.

Some of this can already be done in datashader, e.g. ```python import datashader as ds import pandas as pd df = pd.DataFrame(dict(x=[0, 1, 0, 1, 0], y=[0, 0, 1, 1,...

Possible API for `where` reduction: ```python where(selector: Reduction, lookup: str | None = None) ``` (although I have just made up the names `selector` and `lookup` and they can easily...

I have mentioned this proposed work on the Bokeh Slack as a combined Bokeh and TARDIS project requiring some knowledge of both TypeScript and Python, in the hope that someone...

@bryevdv WebGL for multi polygons is part of the NumFOCUS SDG that I recently submitted so a solution is on the horizon.

Could color by population density as shown in https://en.wikipedia.org/wiki/List_of_states_and_territories_of_the_United_States_by_population_density