Simon Høxbro Hansen
Simon Høxbro Hansen
> Also, it seems like the Ibis does change the nan to 0 when plotting it: This is a problem in Bokeh and how it treats `None` value, https://github.com/bokeh/bokeh/issues/14610.
Failing tests are because of a new narwhal release (2.2.0), which no longer handles bool comparison (https://github.com/narwhals-dev/narwhals/pull/2985), which makes `np.testing.assert_equal` fail here. I think this is only a problem in...
I think this PR is in a good state. Likely, there are some rough edges, but don’t think that should stop a review/merge.
> What is the plan for documenting this? I don't think there should be many documentation updates for this, other than the updates I pushed in https://github.com/holoviz/holoviews/pull/6567/commits/4c80fdb0112099e381e380a62706e673ed6e5fa0. We should definitely...
Likely some custom logic is needed like what is done with `colors` here: https://github.com/holoviz/holoviews/blob/b729e3423028e143736106fa1bae0fc974ca4f34/holoviews/plotting/bokeh/element.py#L2844 Not sure how it should be done. To get something working for your example you could...
I think this is the same underlying issue as reported in https://github.com/holoviz/holoviews/issues/5981
Your own experience likely gets to you here, as this is just using Cartesian coordinates. Clarifying this is in the docs would be a good addition.
I have second thoughts about this PR, so I will mark it as a draft.
> datetime x-axis The issue looks like a duplicate of https://github.com/holoviz/holoviews/issues/6288 > boolean y-axis. Should be simple to implement. > date32[arrow] I'm not surprised that `arrow` dtypes are currently not...
There is `datetime64[D]`, but I'm unsure how widely used it is.