Skip to content

Commit c5376f2

Browse files
feat(matplotlib): implement chernoff-basic (#6827)
## Implementation: `chernoff-basic` - python/matplotlib Implements the **python/matplotlib** version of `chernoff-basic`. **File:** `plots/chernoff-basic/implementations/python/matplotlib.py` **Parent Issue:** #3003 --- :robot: *[impl-generate workflow](https://github.com/MarkusNeusinger/anyplot/actions/runs/25924728037)* --------- Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> Co-authored-by: Markus Neusinger <2921697+MarkusNeusinger@users.noreply.github.com>
1 parent a5fcc2d commit c5376f2

2 files changed

Lines changed: 187 additions & 145 deletions

File tree

plots/chernoff-basic/implementations/python/matplotlib.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
""" pyplots.ai
1+
""" anyplot.ai
22
chernoff-basic: Chernoff Faces for Multivariate Data
3-
Library: matplotlib 3.10.8 | Python 3.13.11
4-
Quality: 91/100 | Created: 2025-12-31
3+
Library: matplotlib 3.10.9 | Python 3.13.13
4+
Quality: 88/100 | Updated: 2026-05-15
55
"""
66

77
import matplotlib.patches as patches

0 commit comments

Comments
 (0)