{% for char in "xym"|make_list %} {% cycle plot_config.x plot_config.y plot_config.match_by as quantity silent %} {% cycle 'X' 'Y' 'Aggregate by' as label silent %} {% cycle 'x' 'y' 'match_by' as id silent %} {% endfor %} {% for axis in "abl"|make_list %} {% cycle plot_config.x_aggregate plot_config.y_aggregate plot_config.curve_label as value silent %} {% cycle 'X Aggregate func.' 'Y Aggregate func.' 'Curve label' as label silent %} {% cycle 'x_aggregate' 'y_aggregate' 'curve_label' as id silent %} {% endfor %} {% for format in plot_config.plot_kwargs.items %} {% endfor %}
{% if format.0|slice:"-5:" == "color" %} {% elif format.0 == "marker" %} {% else %} {% endif %}