-
The way colorbars are being managed is being shifted towards using `ScalarMappable` and so our current usage of `set_clim` raises a deprecation warning and also causes problems.
Below shows examples…
-
**Describe the bug**
SOmap_auto shows twisted plot when using the standard example given on the github page. Additionally, tracks/points somehow only show up when I specify par(mfrow=c(1,1)) before p…
-
I made a first attempt to run the tap-plot ([tap](http://holoviews.org/reference/streams/bokeh/Tap.html#bokeh-gallery-tap)). Shall I go on with styling, adding p-values, adding meanplots etc, or shall…
-
Does anyone else see this?
``` r
SOmap()
```
![](https://i.imgur.com/b7Y3AGl.png)
Happening on Windows only, not a problem on Linux.
```
> sessionInfo()
R version 4.0.2 (2020-06-22)
P…
-
I've create an INSPIRE-compatible raster grid, which corner coordinate are integers. After using SPEX's polygonize, some of the corners got a bit inaccurate, like *394314.99999999* instead of *394315*…
-
WHY
```R
elev_raster
-
This fails:
```python
import xarray as xr
import hvplot.xarray
url = 'http://tds.glos.us/thredds/dodsC/glos/glcfs/huron/fcfmrc-3d/Lake_Huron_-_3D_best.ncd'
ds = xr.open_dataset(url)
ds.temp.h…
-
We need a quadmesh to read direct from any NetCDF slice - use the angstroms pair axis logic
-
Plots made using hvplot and the Bokeh or Plotly backends with the 'logz' parameter set to True generate linearly scaled colormaps. This is immediately apparent using the Plotly backend. However, the B…
-
Since inbuilt shape plugins like `rectangle`, `sphere`, etc., aren't compatible with the gpu_ variants, I created meshes (as .ply files) using blender and tried loading them into Mitsuba2. However, I …