-
#### software version info
numpy 1.20.3 ,
pandas 1.3.3 ,
bokeh 2.3.3 ,
holoviews 1.14.6 ,
datashader 0.13.0 ,
#### Description of expected behavior and the observed behavior
I want to make a …
-
#### ALL software version info
``` python
hvplot.__version__ = '0.7.3'
pandas.__version__ = '1.3.4'
panel.__version__ = '0.12.4'
param.__version__ = '1.12.0'
numpy.__version__ = '1.20.3'
holovi…
-
Since a few months I'm no more able to run properly Datashader introduction notebook:
https://datashader.org/getting_started/Introduction.html
Once the first display is done, datashader plot is n…
-
I have a graph and would like arrowheads to appear. They work fine with Holoviews, but not Geoviews.
Versions used:
pandas version 0.23.4
holoviews version 1.11.2
geoviews version 1.6.2
bok…
-
Hello,
I am trying to run `df.plot()` on a pandas Dataframe and view the plot with Molten.
Only `text/plain` and `text/html` options are returned by `MoltenEvaluateLine`, and `:MoltenOpenInBrowse…
-
I'm working with weather modeling data in xarray and I'm able to plot just fine without geographic tiles:
but hvplot fails with the exact same command when `geo=True`:
```
WARNING:param.dyn…
-
**Describe the bug**
I have notebook containing some visualizations based on HoloViews. Even if I trust the notebook, it still give me the following error message.
No (safe) renderer could be foun…
-
https://github.com/ioam/holoviews/pull/2533#issuecomment-379162192
-
A few months ago @brendancol created a very nice example of running Datashader full screen with data covering the entire area, which is great for exploring data:
https://github.com/brendancol/sim…
-
I think many people are unaware that `opts` can be used with hvplot; a brief mention could help guide them.