-
#839
-
Using Holoviews and datashade, is there a way to get the visualization like the nyc_taxi notebook examples (Bokeh/datashader) and hover information?
It looks like datashader is more robust with Bok…
-
Thanks for contacting us! Please read and follow these instructions carefully, then delete this introductory text to keep your issue easy to read. Note that the issue tracker is NOT the place for usag…
-
Dear authors,
Thank you very much for providing so powerful hex mesh tool. I am studying your paper and code. I noticed that your input is the surface triangles that define domain.
I have a questio…
-
```hv.__version__ '1.12.1'```
For millisecond steps
`datashade(hv.Curve(pd.DataFrame({'t':pd.date_range('2018-01-01', periods=20, freq='L'), 'v':np.arange(20)})))`
Gives a plot with a time ax…
-
Try with all combinations of project, rasterize, and projections:
```python
import panel as pn
import xarray as xr
import hvplot.xarray
import cartopy.crs as ccrs
rasm = xr.tutorial.open_dat…
-
See the following examples:
- https://github.com/PredictiveEcology/WBI_forecasts/blob/development/packageVersions_clean.txt
- https://github.com/PredictiveEcology/WBI_forecasts/blob/development/pa…
-
First off and most importantly: thanks for this fantastic tool!
I'm collecting several issues (e.g. [355](https://github.com/pyviz/geoviews/issues/355), [340](https://github.com/pyviz/geoviews/issu…
-
I'm not sure if I'm going about this the right way, but I don't seem to get anything reasonable out of datashading an Image:
```
import holoviews as hv
import numpy as np
from holoviews.operatio…
-
#### ALL software version info
(this library, plus any other relevant software, e.g. bokeh, python, notebook, OS, browser, etc)
pip freeze | grep 'python\|bokeh\|notebook\|param'
bokeh==2.4.3
ipyt…