{% extends "base.html" %} {% block title %}Plots{% endblock %} {% block body %}

Compare saved runs

Combine saved runs and select the diffraction orders to overlay.

Saved runs are read from {{ results_dir }}/. Add the runs and orders you want, and the preview updates immediately.

Live plot preview

Select saved runs and orders to see the interactive combined plot.

Idle
Plot selection
{% if run_options %} {% else %}

No saved runs yet.

{% endif %}
{% if run_options %}
{% endif %}
Series styling

Each selected run and diffraction order gets its own line and marker controls.

{% endblock %}