feat: render-column (GT top + algos stacked), fix hour60 parsing, vivid anomaly markers

This commit is contained in:
张宗平
2026-06-11 22:11:48 +08:00
parent 7866a6b629
commit 404555ac0e
5 changed files with 198 additions and 41 deletions
Generated
+2
View File
@@ -607,6 +607,7 @@ dependencies = [
{ name = "matplotlib" },
{ name = "numpy" },
{ name = "pandas" },
{ name = "pillow" },
{ name = "taos-ws-py" },
]
@@ -615,6 +616,7 @@ requires-dist = [
{ name = "matplotlib", specifier = ">=3.7" },
{ name = "numpy", specifier = ">=1.24" },
{ name = "pandas", specifier = ">=2.0" },
{ name = "pillow", specifier = ">=10.0" },
{ name = "taos-ws-py", specifier = ">=0.2.0" },
]