holoviz / hvplot

A high-level plotting API for pandas, dask, xarray, and networkx built on HoloViews
https://hvplot.holoviz.org
BSD 3-Clause "New" or "Revised" License
1.13k stars 108 forks source link

Plotting of streamz apply is odd #200

Open martindurant opened 5 years ago

martindurant commented 5 years ago

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())

ValueError: cannot insert time, already exists

- `ts.hvplot()` does not error but does not work

bokeh backend could not plot any Elements in the Overlay. :DynamicMap [] :NdOverlay [Variable]

philippjfr commented 5 years ago

Most of these work for me now, I'll make a quick PR for the table issue.