Add colour.py with string based colour value

This commit is contained in:
2026-05-06 17:45:03 +10:00
parent 17e78a71e2
commit d4e3be5090
3 changed files with 406 additions and 130 deletions
+1 -1
View File
@@ -3,7 +3,7 @@ name = "makeGraph"
version = "0.1.12"
description = "A custom python Matplotlib wrapper"
readme = "README.md"
requires-python = ">=3.8"
requires-python = ">=3.10"
dependencies = [
"matplotlib>=3.10.1",
]