Simon Høxbro Hansen

Results 108 issues of Simon Høxbro Hansen

`merge_tools` is the function's name and was always true.

type: bug

Fixes #6060 It needs #6130 to work! I have set the merge to that PR, but it should not be merged into it (for obvious reasons). Todo: - [ ]...

type: enhancement

Fixes https://github.com/holoviz/holoviews/issues/6131 ![image](https://github.com/holoviz/holoviews/assets/19758978/8e5f3a0f-4a90-47bc-86d0-a4ed52be3387) ``` python import numpy as np import holoviews as hv import xarray as xr hv.extension("bokeh") da = xr.DataArray(np.arange(6).reshape(6,1), dims=["x", "stat"], coords={"x": np.arange(6), "stat": ["mean"], "x2": ('x', np.arange(6)/6)})...

type: bug

Fixes https://github.com/holoviz/holoviews/issues/6119

type: enhancement

Talking with Maxime, we discussed removing the recommended section for conda.receipe as conda-forge and defaults should both be up-to-date. This should be merged so it will be in 1.19.

type: maintenance

Fixes https://github.com/holoviz/holoviews/issues/6089 This can create the Matplotlib problem without `rasterize`. `rasterize` will have an `Image` aspect set to 'equal', whereas `Quadmesh` have an aspect set to `square`. I have chosen...

type: bug

First seen in #5702 Look into why data is not synced back for Rectangle: ``` python import holoviews as hv from holoviews import annotate hv.extension("bokeh") rectangles = hv.Rectangles([(0, 0, 10,...

type: bug
tag: backend: bokeh

Fixes #5948 I'm not entirely sure what plot classes need to have a scalebar option: all of them or a selective few. For now, I have added it to `RGB`...

type: feature
czi

The following updates: - Don't use pyctdev for the PyPI package. Instead, use the build package. - Splitting building and publishing up for both PyPI and Conda. - Add artifacts...

type: maintenance

With the following code, the hover tooltip only shows up for the first element: https://github.com/holoviz/holoviews/assets/19758978/b543164c-d1fa-44b2-a4b1-c17c3fb017d4 ``` python import holoviews as hv import pandas as pd import panel as pn hv.extension("bokeh")...

type: bug