repo: move scenario sources and committed results

This commit is contained in:
wassname
2026-06-30 09:45:32 +08:00
parent a919adcb8a
commit db1a3f8b47
43 changed files with 698 additions and 134 deletions
+2 -2
View File
@@ -9,8 +9,8 @@ import plotly.graph_objects as go
import docs_results
MAIN_PNG = docs_results.ROOT / "out/on_off_axis.png"
MAIN_SVG = docs_results.ROOT / "out/on_off_axis.svg"
MAIN_PNG = docs_results.ROOT / "docs/results/assets/on_off_axis.png"
MAIN_SVG = docs_results.ROOT / "docs/results/assets/on_off_axis.svg"
def _wrap_hover(text: str, width: int = 62) -> str: