summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorYurenHao0426 <Blackhao0426@gmail.com>2026-06-29 18:55:22 -0500
committerYurenHao0426 <Blackhao0426@gmail.com>2026-06-29 18:55:22 -0500
commitf798b2069f7fdf0e288a6195fa193ecf50986c3f (patch)
treea7fee1a4a805e5c43183bfd95c32f878f14ae40f /README.md
parent03c6d41729077319c3493ed4055e9824c8eda3ba (diff)
Render full fixed RRoG delta matrix
Diffstat (limited to 'README.md')
-rw-r--r--README.md9
1 files changed, 9 insertions, 0 deletions
diff --git a/README.md b/README.md
index 8aa9357..511e4a7 100644
--- a/README.md
+++ b/README.md
@@ -130,7 +130,16 @@ Render a delta table PNG:
```bash
python3 scripts/render_delta_table.py \
+ --title "Fixed RRoG Test Delta vs Classic" \
+ --out analysis/fixed_rrog_delta_matrix.png
+```
+
+Render the ZINC-only row:
+
+```bash
+python3 scripts/render_delta_table.py \
--compute-label fixed-rrog-T1-ns3+trace \
+ --label-overrides "" \
--datasets zinc-cycle56 \
--out analysis/zinc_delta_table.png
```