Skip to content

Commit f29e2ca

Browse files
docs: update catalog with 5 new implemented specs
- scatter-categorical ✅ (7/9) - line-styled ✅ (9/9) - line-markers ✅ (8/9) - line-stepwise ✅ (8/9) - histogram-stacked ✅ (9/9) Statistics: 123 → 128 implemented 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
1 parent 715e096 commit f29e2ca

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

docs/plot-types-catalog.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ A comprehensive catalog of plot types for the pyplots platform. Each plot is imp
1414
### scatter-color-mapped ✅
1515
**Description:** Scatter plot with a third variable encoded as color using a colormap. Includes colorbar for reference.
1616

17-
### scatter-categorical 📋
17+
### scatter-categorical
1818
**Description:** Scatter plot with points colored by category. Distinct colors for each group with legend.
1919

2020
### scatter-regression-linear ✅
@@ -39,16 +39,16 @@ A comprehensive catalog of plot types for the pyplots platform. Each plot is imp
3939
### line-multi ✅
4040
**Description:** A line plot showing multiple data series on the same axes for direct comparison with a legend.
4141

42-
### line-styled 📋
42+
### line-styled
4343
**Description:** Line plot with different line styles (solid, dashed, dotted) for black-and-white printing.
4444

45-
### line-markers 📋
45+
### line-markers
4646
**Description:** Line plot with visible markers at data points, helpful for sparse data.
4747

4848
### line-timeseries ✅
4949
**Description:** Line plot with datetime x-axis and proper date formatting.
5050

51-
### line-stepwise 📋
51+
### line-stepwise
5252
**Description:** Step function plot with horizontal then vertical transitions.
5353

5454
### step-basic ✅
@@ -113,7 +113,7 @@ A comprehensive catalog of plot types for the pyplots platform. Each plot is imp
113113
### histogram-overlapping ✅
114114
**Description:** Multiple overlapping histograms for comparison.
115115

116-
### histogram-stacked 📋
116+
### histogram-stacked
117117
**Description:** Stacked histograms showing combined distribution.
118118

119119
### histogram-stepwise 📋
@@ -883,7 +883,7 @@ Druckbare Vorlagen und spielerische Visualisierungen.
883883
## Statistics
884884

885885
- **Total Plot Types:** 235+
886-
- **Implemented:** 123
886+
- **Implemented:** 128
887887
- **Planned:** 120+ 📋
888888
- **Categories:** 31
889889

0 commit comments

Comments
 (0)