Skip to content

Commit 9b7f740

Browse files
feat(docs): update plot types catalog with new entries and correct numbering
- Removed outdated SVG chart entries - Renumbered sections for consistency - Updated total plot types count
1 parent ac9d6b5 commit 9b7f740

File tree

1 file changed

+8
-42
lines changed

1 file changed

+8
-42
lines changed

docs/plot-types-catalog.md

Lines changed: 8 additions & 42 deletions
Original file line numberDiff line numberDiff line change
@@ -694,41 +694,7 @@ A comprehensive catalog of plot types for the pyplots platform. Each plot is imp
694694

695695
---
696696

697-
## 26. SVG & Minimal Charts
698-
699-
### svg-line 📋
700-
**Description:** Clean SVG line chart for web embedding.
701-
702-
### svg-bar 📋
703-
**Description:** SVG bar chart with smooth animations.
704-
705-
### svg-pie 📋
706-
**Description:** Interactive SVG pie chart.
707-
708-
### svg-radar 📋
709-
**Description:** SVG radar/spider chart.
710-
711-
### svg-dot 📋
712-
**Description:** Dot matrix chart in SVG.
713-
714-
### svg-gauge 📋
715-
**Description:** Gauge chart in SVG format.
716-
717-
### svg-funnel 📋
718-
**Description:** SVG funnel chart.
719-
720-
### svg-box 📋
721-
**Description:** SVG box plot.
722-
723-
### svg-treemap 📋
724-
**Description:** SVG treemap visualization.
725-
726-
### svg-worldmap 📋
727-
**Description:** Simple SVG world map.
728-
729-
---
730-
731-
## 27. Drilldown & Interactive
697+
## 26. Drilldown & Interactive
732698

733699
### pie-drilldown ✅
734700
**Description:** A pie chart with drilldown functionality allowing users to click on slices to reveal detailed breakdowns of the data.
@@ -753,7 +719,7 @@ A comprehensive catalog of plot types for the pyplots platform. Each plot is imp
753719

754720
---
755721

756-
## 28. Real-Time & Streaming
722+
## 27. Real-Time & Streaming
757723

758724
### line-realtime ✅
759725
**Description:** A real-time line chart that updates dynamically with new data points, commonly used for monitoring dashboards and live metrics.
@@ -772,7 +738,7 @@ A comprehensive catalog of plot types for the pyplots platform. Each plot is imp
772738

773739
---
774740

775-
## 29. Machine Learning & Data Science
741+
## 28. Machine Learning & Data Science
776742

777743
### confusion-matrix ✅
778744
**Description:** Confusion matrix heatmap for classification model evaluation, showing true vs predicted labels with color-coded counts.
@@ -833,7 +799,7 @@ A comprehensive catalog of plot types for the pyplots platform. Each plot is imp
833799

834800
---
835801

836-
## 30. Scientific & Domain-Specific
802+
## 29. Scientific & Domain-Specific
837803

838804
### spectrum-plot ✅
839805
**Description:** Frequency spectrum visualization.
@@ -903,7 +869,7 @@ A comprehensive catalog of plot types for the pyplots platform. Each plot is imp
903869

904870
---
905871

906-
## 31. Printable & Fun
872+
## 30. Printable & Fun
907873

908874
Druckbare Vorlagen und spielerische Visualisierungen.
909875

@@ -945,10 +911,10 @@ Druckbare Vorlagen und spielerische Visualisierungen.
945911

946912
## Statistics
947913

948-
- **Total Plot Types:** 255+
914+
- **Total Plot Types:** 245+
949915
- **Implemented:** 191 ✅
950-
- **Planned:** 64+ 📋
951-
- **Categories:** 31
916+
- **Planned:** 54+ 📋
917+
- **Categories:** 30
952918

953919
---
954920

0 commit comments

Comments
 (0)