Ian Thomas

Results 58 issues of Ian Thomas
trafficstars

### Bug summary If you contour a uniform field i.e. `ax.contour(z=[[1, 1], [1,1]]))` it works fine, although the output is not very interesting. If you add a colorbar to this,...

Difficulty: Easy
Good first issue
topic: color/colorbar

We intend to switch the C/C++ extension build system to use `pybind11` as discussed in this week's call. There is a demonstration in PR #23787 showing that the approach works...

Maintenance

Bug was caused by an unnecessary call to `ctx.stroke()` when there had been no previous `ctx.moveTo` or `ctx.lineTo` calls. Hence the previous stroked path was rendered again to give too...

status: WIP

### Software versions Python version : 3.10.6 | packaged by conda-forge | (main, Aug 22 2022, 20:41:22) [Clang 13.0.1 ] IPython version : 8.5.0 Tornado version : 6.2 Bokeh version...

type: bug
tag: regression
tag: component: bokehjs

This is joint work between myself and @bryevdv to get the `bokeh-dev` Docker image into a state that is usable both by developers for their usual development workflow and for...

status: WIP

This is an draft PR to add categorical colormapping to Bokeh. It is essentially a reimplementation of Datashaders `_colorize` function so that all of the data is at the Bokeh...

type: feature
status: WIP

### Discussed in https://github.com/bokeh/bokeh/discussions/12354 Originally posted by **ianthomas23** September 7, 2022 `Figure.image()` can take multiple images (multiple 2D arrays) that are colormapped using the same `ColorMapper`. This can give rise...

type: bug
tag: component: bokehjs

As identified in discussion of PR #1128, `maxdepth` kwarg that is used in `walk` and related functions can be improved in two ways: - Raise as an error if `maxdepth...

This updates the `readthedocs.yml` file to version 2 (https://docs.readthedocs.io/en/stable/config-file/v2.html), primarily to set it to fail on warnings.

I cannot reproduce issue #659 locally, which is that an `s3fs.put` of a single file in a directory produces different results the first and second times it is run. So...