-
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…
-
As discussed in https://github.com/pangeo-data/pangeo/issues/269#issuecomment-425959016, in a few weeks I will be presenting on Pangeo at the [EarthCube RCN Workshop: “Towards Integration of Heliophys…
-
If you want to add value labels to your data you have to overlay holoviews hv.Label() on your plot:
``` python
# import libraries
import numpy as np
import pandas as pd
import holoviews as hv
…
-
#### ALL software version info
(this library, plus any other relevant software, e.g. bokeh, python, notebook, OS, browser, etc)
datashader: 0.15.0
holoviews: 1.16.1
numpy: 1.24.3
numba: 0.57.0
j…
-
We should improve the support for different dtypes; currently, we really only support numpy.
dtypes which make sense to support:
- Pandas dtype, like [`pd.Int64dtype`](https://pandas.pydata.org/…
-
Though SFDquery is defined in star.py, I am having following error:
Holoviews not imported. Some visualizations will not be available.
/Users/mdredyanahmed/Library/Python/3.9/lib/python/site-package…
-
I saw some discussion about this topic in previous issues (for example #85), but didn't immediately find any updates on this topic. Has this functionality been integrated into the current stable relea…
-
Link selections with bar charts seem broken:
```python
import numpy as np
import pandas as pd
import holoviews as hv
from holoviews.util.transform import dim
from holoviews.selection import li…
-
The Large Data user guide is rendered fine on the website (http://holoviews.org/user_guide/Large_Data.html), but I can't reproduce it locally with holoviews=1.14.4, datashader=0.12.2a1, pandas=1.2.4, …
-
## Request
Add docstrings that can help inform the user and ease the learning curve.
## Motivation
I am a user of Panel and sometimes HoloViews. I have a very hard time understanding HoloView…