Files
Mujoco_WASM/python/mujoco/sysid/report/templates/plot_generic.html
T
Copybara-Service 3ec09f7296 Merge pull request #3079 from aftersomemath:sysid-pr
PiperOrigin-RevId: 868229512
Change-Id: I790bc08fc8b0745583a2f92d9ee2c5a19ba558ea
2026-02-10 11:04:12 -08:00

9 lines
251 B
HTML

<div class="plot-container">
{{ plot_div | safe }}
{% if caption %}
<div class="plot-caption" style="margin-top: 0.5rem; color: var(--text-muted); font-size: 0.9em;">
<em>{{ caption | safe }}</em>
</div>
{% endif %}
</div>