{% extends "base.html" %} {% import "_partials/modals.html" as modals %} {% block styles %} {{ super() }} {% endblock %} {% block app_content %}

{{ title }}

{{ rubric | safe }}

You can zoom in and pan the graph if needed.


{{ modals.info("submitNoCP", "No Change Points Selected", "Please use the \"No Change Points\" button when you think there are no change points in the time series.") }} {{ modals.info("NoCPYesCP", "Change Points Selected", "There are selected change points, please click the Reset button before clicking the \"No change points\" button.") }}

Selected Changepoints

{% endblock %} {% block scripts %} {{ super() }} {% if is_multi %} {% else %} {% endif %} {% endblock scripts %}