Compare your plot to others!

{% for overlay in self.overlay_data %} {% endfor %}

Plot info

{% for overlay in self.overlay_data %}
{% if overlay.description or overlay.citation %}

{{ overlay.plot_label }}

{% if overlay.description %}

Description: {{ overlay.description }}

{% endif %} {% if overlay.citation %}

Source: {{ overlay.citation }}

{% endif %} {% endif %}
{% endfor %}