Skip to content

Commit b093205

Browse files
docs: update catalog with 5 new implemented specs
- icicle-basic ✅ (5/9) - circle-packing ✅ (7/9) - parliament-basic ✅ (6/9) - contour-filled ✅ (6/9) - parallel-categories ✅ (5/9) Statistics: 113 → 118 implemented
1 parent f260e7a commit b093205

1 file changed

Lines changed: 7 additions & 7 deletions

File tree

docs/plot-types-catalog.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -398,7 +398,7 @@ A comprehensive catalog of plot types for the pyplots platform. Each plot is imp
398398
### contour-basic ✅
399399
**Description:** A contour plot displays isolines (level curves) of a 2D scalar field, connecting points of equal value across a surface.
400400

401-
### contour-filled 📋
401+
### contour-filled
402402
**Description:** Filled contour regions.
403403

404404
### contour-density 📋
@@ -451,10 +451,10 @@ A comprehensive catalog of plot types for the pyplots platform. Each plot is imp
451451
### dendrogram-basic ✅
452452
**Description:** A dendrogram visualizes hierarchical clustering by showing how data points or clusters merge at different distance levels.
453453

454-
### icicle-basic 📋
454+
### icicle-basic
455455
**Description:** Rectangular hierarchy visualization with stacked rectangles.
456456

457-
### circle-packing 📋
457+
### circle-packing
458458
**Description:** Nested circles showing hierarchy.
459459

460460
---
@@ -464,7 +464,7 @@ A comprehensive catalog of plot types for the pyplots platform. Each plot is imp
464464
### waffle-basic ✅
465465
**Description:** A waffle chart displays proportions using a grid of equal-sized squares where colored squares represent parts of a whole.
466466

467-
### parliament-basic 📋
467+
### parliament-basic
468468
**Description:** Semicircular parliament seat chart.
469469

470470
### gauge-basic ✅
@@ -552,7 +552,7 @@ A comprehensive catalog of plot types for the pyplots platform. Each plot is imp
552552
### parallel-basic ✅
553553
**Description:** A parallel coordinates plot visualizes multivariate data by representing each variable as a vertical axis and each observation as a line connecting values across all axes.
554554

555-
### parallel-categories 📋
555+
### parallel-categories
556556
**Description:** Parallel coordinates for categorical data.
557557

558558
### andrews-curves 📋
@@ -883,8 +883,8 @@ Druckbare Vorlagen und spielerische Visualisierungen.
883883
## Statistics
884884

885885
- **Total Plot Types:** 235+
886-
- **Implemented:** 113
887-
- **Planned:** 125+ 📋
886+
- **Implemented:** 118
887+
- **Planned:** 120+ 📋
888888
- **Categories:** 31
889889

890890
---

0 commit comments

Comments
 (0)