-
When i do:
```python
from mspaint.plotter import Plotter
p = Plotter("plotly")
```
gives me:
```python
---------------------------------------------------------------------------
ImportErr…
-
The new .interactive API is really fun to work with, but I'm bumping up against either its limits or my own imagination. E.g. if I start with this example that works well:
```python
import panel a…
-
The test suite is currently broken on `master` after the latest dev release of HoloViews. The breakage is due to https://github.com/holoviz/holoviews/pull/5354 that raises an error earlier than before…
-
The `subcoordinate_y` feature added to HoloViews opens the door to the implementation of [ridge / joy plots](https://en.wikipedia.org/wiki/Ridgeline_plot) in hvPlot. I'm opening this issue to gauge th…
-
Hi, I'm updating the Gentoo package for your software, and trying to enable the tests to hopefully make it more reliable.
This is the full [build log]() including the tests, failures, and tracebacks.…
-
I'm using dask.distributed to execute a data analysis pipeline that returns dicts of holoviews plots. Holoviews works fine if you can split your computation code (which returns pure numpy arrays or si…
-
Right now we have option to share axes between holoviews plot, is there way to create common toolbar for plots added to panel Gridbox or column?
-
I noticed BlazingSQL does not have a feature to plot live data (like streamz from holoviews). It would be great to add this feature, mainly for large data sets generated from simulations.
-
#### ALL software version info
- Windows OS
- Google Chrome
- bokeh - 2.3.2
- panel 0.11.3
- numpy 1.20.3
- pandas 1.2.3
- hvplot 0.7.1
- holoviews 1.14.3
#### Description of expected behav…
-
anybody plotted boxplot using bokeh ?