Spaces:
Sleeping
Sleeping
File size: 850 Bytes
ea51b7e e0a334a ea51b7e eba8584 e0a334a ea51b7e e0a334a ea51b7e |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 |
---
title: Demo of support for different plotting libraries in Panel (web dashboard framework)
emoji: 📈
colorFrom: gray
colorTo: green
sdk: docker
pinned: false
license: mit
short_description: Demo app for plotting in Panel
---
All libraries were testes on plot of sin(x).
The following plotting libraries are shown
- Matplotlib
- ~~Matplotlib: interactive with ipympl~~ (does not work)
- seaborn (via Matplotlib pane)
- pandas plot API (using Matplotlib)
- plotnine
- Bokeh (with list of possible tools)
- hvPlot (using pandas.hvplot API)
- hvPlot with selectable backend: bokeh, matplotlib, plotly
- HoloViews
- Plotly (using plotly.express API)
- Altair (using Vega)
- ~~Vizzu JavaScript library~~ (uses wrong scale, plot is not visible)
-----
Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
|