feat: matplotlib based plotting

This commit is contained in:
2026-01-29 22:46:34 +01:00
parent ad9c3af0ac
commit b933d447b3
7 changed files with 435 additions and 6 deletions

View File

@@ -7,7 +7,9 @@ authors = [
{ name = "Domenico Testa", email = "domenico.testa@gmail.com" }
]
requires-python = ">=3.12"
dependencies = []
dependencies = [
"matplotlib>=3.10.8",
]
[project.scripts]
plotter = "plotter:main"