{# Per-gate convergence viz. `conv` = section.convergence. ≤3 rounds → bars; ≥4 → line. Always plus a visually-hidden sr-only table of per-round per-series counts. #} {% set conv = section.convergence %} {% if conv.form == "bars" %}
{% else %} {% endif %}| round | {% for s in conv.series %}{{ s.label }} | {% endfor %}
|---|---|
| {{ row.round }} | {% for cell in row.cells %}{{ cell.count }} | {% endfor %}