-
#### ALL software version info
bokeh 2.3.0
holoviews 1.14.2
hvplot 0.7.1
#### Description of expected behavior and the observed behavior
…
-
If I open up a dataset
```
import xarray as xr
import hvplot.xarray
import panel as pn
import panel.widgets as pnw
ds = xr.tutorial.open_dataset('air_temperature').load()
```
and try out int…
-
# Versions
| Package | Version|
|----------|--------|
| hvplot | 0.4.0 |
| holoviews | 1.12.5 |
| bokeh | 1.3.4 |
|notebook| 6.0.0|
|python | 3.7.3|
|Browser| Chrome 75, Safari 12.1.1|
…
-
In the following code
```
data = a streamz dataframe with time-based index and example
recent = data.window(value='5m')
ts = recent.apply(lambda d: d.time.resample('10s').count())
```
- `ts.h…
-
Requires a easier way of selecting stamps/ lines to move/delete e.g. bokeh TapTool
-
With a plethora of both commercial & free visualization tools & libraries available, it can often be confusing to pick the right tool for your requirement. Also from the learning point of view, one do…
-
Would be nice to be able to plot the time series in its entirety if possible.
Possible solutions would be using something like Bokeh, Datashader, HoloViz.
-
Dear @WarmCyan, I am the reviewer of your [JOSS submission](https://github.com/openjournals/joss-reviews/issues/6529).
I run into problems after setting up the environment. When running `icat.initi…
-
Panel (and Bokeh) are capable of serving apps via commands like
```bash
panel serve shared/*.ipynb
```
or
```bash
panel serve shared/*.py
```
When done like this an index page will be …
-
At least as an option, it would be nice if there were consistent styling defaults between the two main backends. Off the top of my head:
- [ ] Default plot sizes differ (such that 4 subplots usual…