Files
Mujoco_WASM/python/mujoco/sysid/report/templates/plot_generic.html
T
Kevin Zakka 146a5c08f7 System identification toolbox for MuJoCo.
This resulted from a lengthy collaboration with @kevinzakka, @jonathanembleyriches, @nimrod-gileadi, @gizemozd, @quagla, and @yuval.
2026-02-09 12:12:24 -05:00

8 lines
250 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>