2D Charts
SeraPlot provides 33 two-dimensional chart types, from basic bar and line charts to specialized plots like ridgeline, dumbbell, and slideshow.
| Chart | Function |
|---|---|
| Bar Chart | bar() |
| Horizontal Bar | hbar() |
| Line Chart | line() |
| Scatter Chart | scatter() |
| Histogram | histogram() |
| Histogram Overlay | histogram_overlay() |
| Grouped Bar | grouped_bar() |
| Stacked Bar | stacked_bar() |
| Heatmap | heatmap() |
| Pie Chart | pie() |
| Donut Chart | donut() |
| Box Plot | boxplot() |
| Violin Chart | violin() |
| Slope Chart | slope() |
| Sunburst | sunburst() |
| Funnel | funnel() |
| Treemap | treemap() |
| Multi-line Chart | multiline() |
| Area Chart | area() |
| Waterfall | waterfall() |
| Bullet Chart | bullet() |
| Word Cloud | wordcloud() |
| Candlestick | candlestick() |
| Dumbbell | dumbbell() |
| Bubble | bubble() |
| Gauge | gauge() |
| Parallel Coordinates | parallel() |
| Lollipop | lollipop() |
| KDE | kde() |
| Ridgeline | ridgeline() |
| Radar | radar() |
| Grid Layout | grid() |
| Slideshow | slideshow() |
SeraPlot propose 33 types de graphiques 2D, des barres et courbes basiques aux graphiques spécialisés (ridgeline, haltère, slideshow…).
| Graphique | Fonction |
|---|---|
| Graphique en barres | bar() |
| Barres horizontales | hbar() |
| Courbe | line() |
| Nuage de points | scatter() |
| Histogramme | histogram() |
| Histogramme superposé | histogram_overlay() |
| Barres groupées | grouped_bar() |
| Barres empilées | stacked_bar() |
| Heatmap | heatmap() |
| Camembert | pie() |
| Anneau | donut() |
| Boîte à moustaches | boxplot() |
| Violon | violin() |
| Pente | slope() |
| Sunburst | sunburst() |
| Entonnoir | funnel() |
| Treemap | treemap() |
| Multi-courbes | multiline() |
| Aires | area() |
| Cascade | waterfall() |
| Bullet | bullet() |
| Nuage de mots | wordcloud() |
| Bougie | candlestick() |
| Haltère | dumbbell() |
| Bulles | bubble() |
| Jauge | gauge() |
| Coordonnées parallèles | parallel() |
| Sucette | lollipop() |
| KDE | kde() |
| Ridgeline | ridgeline() |
| Radar | radar() |
| Grille | grid() |
| Diaporama | slideshow() |