-
Hi,
QuadMesh seems to be altering/adjusting/munging the bin edges supplied. See trivial example below where I create a QuadMesh with one set of bin edges. When I subsequently read out the edges, …
-
```
%%opts QuadMesh [colorbar=True]
hv.QuadMesh( ([1,2,3],[1,2,3],np.random.uniform(size=(3,3))))
```
-
Seems QuadMesh is a bit buggy at the moment, even though I would expect it to work more or less the same as Image.
```python
import holoviews as hv
import xarray as xr
xs = np.linspace(0, 6, 50)…
-
Are there any plans to get `terra` support? I still use one of your [stackoverflow answers](https://gis.stackexchange.com/questions/237203/plot-many-rasters-on-the-same-graph-one-on-top-of-the-other-u…
-
I have to display a spectrogram of audio data and tried that with quadmesh. But it crashes my kernel. Is a maximum data size known with quadmesh? My RAM explodes.
Data ist stored as a xarray dataar…
-
If I read the docs correctly, in the bokeh backend I should be able to modify the outlines of each QuadMesh cell (bokeh's `Patches` or `Quad`) glyphs by specifying e.g. the `line_width` option. The fo…
-
I created a simple Fortran Silo test code writing a quadmesh and material both with non-collinear and collinear coordinates using 2D fortran arrays. Very confusing behavior The non-collinear case seem…
-
**v3.2.4.rc3.official**
**Windows 10 PRO; Radeon RX 570 8GB; Driver 20.12.1; GLES3**
**Issue description:**
CSGMesh is not updated when it's properties are changed
**Steps to reproduce…
-
### Tested versions
- Reproducible in 4.3.stable and 4.4.dev3 [f4af8201b]
### System information
Windows 10.0.22631 - Vulkan (Forward+) - dedicated AMD Radeon RX 6800 (Advanced Micro Devices,…
-
The following example (with Matplotlib 2.0.0b3) causes the colorbar inside the colorbar axes to be offset when outputting to PDF with a low DPI:
```
import matplotlib.pyplot as plt
fig = plt.figure(…