jnareb commited on
Commit
e0a334a
·
1 Parent(s): 0befa69

Update README.md after changing app into demo of Panel plots

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