-
```r
library(quadmesh)
library(raster)
## dummy raster
rr
-
#### Description of expected behavior and the observed behavior
When I use `hv.QuadMesh` to plot an xarray dataset with a field named "top", it seemingly makes up its own data. I expect to see my da…
-
Hey lovely intake developers,
I really appreciate your work on this package and it's a wonderful resource for data managers to make their output more accessible!!
I do have one issue that I want…
-
I added the possibility to plot [multible curves](https://github.com/VACILT/student_project/blob/1bd94a95b341e5aabedea5bb2f12d3cb0123f7f8/Combined.py#L146) together and a [table](https://github.com/VA…
-
#### ALL software version info
hvplot 0.8.2 pyhd8ed1ab_0 conda-forge
python 3.11.0 ha86cf86_0_cpython conda-forge
bokeh …
-
```R
shell
-
In the `rasterize` operation there is the following dictionary mapping element types to the functions used to rasterize them:
```
_transforms = [(Image, regrid),
(TriMesh, …
-
https://www.youtube.com/watch?v=zo4Sv2sgxaU @KaneTW
- This only occurs under scenes
- This happens whether or not we used `BakedLightmap` or `GIProbe` light rendering
-
I saw that this was asked a few years back and that the relevant issue has been since closed, but I wanted to ask if there were any efforts since to make this happen.
Triangle-only support may be c…
-
I tried to write a fortran code where arrays were declared using 2D fortran syntax and then write a quadmesh and material object. I ran into problems between noncollinear and collinear cases. Its very…