Skip to content

Add PyDotNet.Matplotlib plugin#13

Merged
zcsizmadia merged 2 commits into
mainfrom
add-matplotlib-plugin
May 24, 2026
Merged

Add PyDotNet.Matplotlib plugin#13
zcsizmadia merged 2 commits into
mainfrom
add-matplotlib-plugin

Conversation

@zcsizmadia

Copy link
Copy Markdown
Owner

No description provided.

- MatplotlibModule.Import() switches backend to Agg and wraps pyplot
- Figure wraps matplotlib Figure + Axes, renders to PNG/SVG/PDF bytes
- Axes wraps plot/scatter/bar/hist + title/labels/legend/grid/lim helpers
- 20 TUnit tests covering import, rendering, and all plot types (20/20 pass)
- Sample program demonstrating line/scatter/bar/hist/SVG export
- docs/matplotlib.md with installation, API reference, and examples
- README updated: Matplotlib listed as released with coverage table row
@zcsizmadia zcsizmadia merged commit cf4c01c into main May 24, 2026
16 checks passed
@zcsizmadia zcsizmadia deleted the add-matplotlib-plugin branch May 24, 2026 14:12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant