{% for axis in "XYTxXyY"|make_list %} {% cycle plot_decorations.x_label plot_decorations.y_label plot_decorations.title plot_decorations.xmin plot_decorations.xmax plot_decorations.ymin plot_decorations.ymax as value silent %} {% cycle "X label" "Y label" "Title" "Xmin" "Xmax" "Ymin" "Ymax" as label silent %} {% endfor %}
{% include "results/param_table.html" with param_group="substitution" col1="LC Substitution" col2="Value" data=data_select.0.lc_substitutions can_add=1 %} {% include "results/param_table.html" with param_group="find-best" col1="Find Best" col2="Allowed Values" data=data_select.0.find_best can_add=1 %}
{% include "results/curve_config.html" with plot_config=data_select.0.plot_config.0 expressions=data_select.0.expressions %}
{{ data_select|json_script:"lc-data-select" }}
Plot Quantities
{% include "results/param_table.html" with param_group="lc-expression" col1="Name" col2="Expression" data=data_select.0.expressions can_add=1 %}