-
### Bug report
**Bug summary**
plot_surface displays one of PolyCollection's typical issues: because patches are rendered one after the other, there is an aliasing artefact at the edge bet…
-
### Tested versions
- v4.4.dev
### System information
Debian GNU/Linux trixie/sid x86_64 - Vulkan Forward +
### Issue description
The compatibility renderer does not support 3D decals n…
-
I have an `xarray.DataArray` `xr_ds.temperature`
My coordinates `time` and `pressure` have the attributes `long_name` and `units`
If I do
`hv.QuadMesh(xr_ds.temperature)`
the axes have to correc…
-
I import a DataArray from xarray and create a hv.Dataset ` :Dataset [x,y] (z)`. The dimension x is a categorical axis and y is a default linear axis. Depending on the `hv.element` I am using this is …
-
It appears like `redim.range` has no effect with QuadMesh objects. I will use a slightly modified example from the [QuadMesh docs](http://holoviews.org/reference/elements/bokeh/QuadMesh.html)
```p…
-
We have long struggled to find an appropriate format to store Histogram and QuadMesh data, which store the edges of the bins in 2D and 3D. The dense data interface provides an opportunity to adapt the…
-
I ran into a problem where QuadMesh in a HoloMap or DynamicMap doesn't work. An example for Holomap is below.
I also noticed that an overlay of a HoloMap containing Image objects (which works by i…
-
I would like to create an irregular quadmesh from an xarray dataset.
Let's start from the cannonical quadmesh example:
```python
n = 20
coords = np.linspace(-1.5, 1.5, n)
X,Y = np.meshgrid(coor…
-
Image works though.
```
import numpy as np
import pandas as pd
import holoviews as hv
import hvplot.xarray
hv.Image((pd.date_range('2017-02-01', periods=10), range(10), np.random.rand(10, 10))…
-
### Tested versions
- Reproducible in: 4.4.dev https://github.com/godotengine/godot/commit/7187c251da3fabbfe1dbc87d2c33692bb6d9823b
### System information
Godot v4.4.dev (7187c251d) - Fedora …