-
There is an error in plotting coordinates with multiple dimensions using xarray.hvplot. xarray.plot (and also matplotlib) have the correct behavior. Here is some code to demonstrate the issue.
```p…
-
When I set `grid=True` for line plots it works as expected. However, the same doesn't happen for heatmaps. The following example doesn't throw any warnings about invalid keywords and produces a plot w…
-
I can specify the crs as EPSG code, but with my current software configuration crs as proj4 string is failing. Is this a bug or user error?
When I feed `+init=epsg:26911` as the `crs` parameter, …
-
**Godot version:**
3.2-beta 3 (official) **HTML5 export only**, GLES2
**OS/device including version:**
Chrome, Firefox, MSEdge (Exported from Windows 10)
**Issue description:**
PRIMITIVE_LINE…
-
Tried a fresh install on a ubuntu based machine that did not have latex. Got following error when trying to save the Figure (it was plotted "ok", that is, without axis):
```
(,
,
)
Error in…
-
As in, something like this: https://www.ncl.ucar.edu/Document/Functions/Contributed/pattern_cor.shtml
-
When we finally pull data in the plot method, two things happen
We generate a raster template to populate with the data.
```R
r
-
We can plot data coordinates now as well !
It turned out to be simple:
```python
data = datafile.great_lakes()
ds = data.set_coords(['lat','lon'])
sel = data.lat
sel.hvplot.quadmesh()
```
T…
-
e.g.
```R
if (raster::nlayers(im) == 1 && length(im@legend@colortable) > 0) {
im
-
Hi, this is two-fold, one a heads-up about the "quadmesh" capability for WebGL via rgl and techniques in R that can generate its data structures from "spatial stuff", and two a request for more genera…