-
I'd like to discuss the pros and cons of the current method of drawing, now that the application has been in use for a while. Feel free to add your observations and opinions to this issue. If the draw…
-
Some examples of various errors during computation that would be much easier to debug if obviously invalid input values were rejected.
https://nbviewer.jupyter.org/github/ceball/snippets/blob/maste…
-
I am one of the developers of the [UXarray](https://github.com/UXARRAY/uxarray) package and we use Datashader and Holoviews for visualizing unstructured grids. The majority of our data is from climate…
-
I am trying to generate "10-million-point datashaded plots: interactive" from https://anaconda.org/jbednar/nyc_taxi/notebook.
I am seeing this error:
`TypeError: ufunc 'over' not supported for …
-
When trying to use eq_hist as an interpolation parameter in holoviews rasterize the following error is provided
```
ValueError: eq_hist not in Parameter interpolation's list of possible objects, v…
-
Build a prototype showing how to coalesce the following sets of spatial utilities, such as satellite data transforms like reflectance/radiance calculations or NDVI, coordinate transformations, and reg…
-
How do I fix the error below while importing umap.plot:
import numpy as np
import sklearn.datasets
import pandas as pd
import umap
import umap.plot
The error reads as follows:
TypeError…
cwk20 updated
2 years ago
-
### Describe the bug
The jupyterlab pod includes several dependencies which I believe are conflicting at times with the dependencies in conda environments especially those used for visualization. …
-
If I call redim.range on a plot *before* specifying the datashader operator, it works as expected:
```
import pandas as pd
import numpy as np
import datashader as ds
import datashader.transfer_…
-
#### ALL software version info
version info
$ pip freeze
aiocouch==2.2.1
aiohttp==3.8.1
aiosignal==1.2.0
anyio==3.5.0
argon2-cffi==21.3.0
argon2-cffi-bindings==21.2.0
async-timeout==4.0.2
…