๐Ÿ“Š Plot Gallery

View and manage all your saved pollution maps

โ† Back to Dashboard ๐Ÿงน Clean Old Plots
{{ total_plots }}
Total Plots
{{ static_plots|length }}
Static Plots
{{ interactive_plots|length }}
Interactive Plots

๐ŸŽฏ Interactive Plots

{% if interactive_plots %}
{% for plot in interactive_plots %}
๐ŸŒ

{{ plot.variable|title }} - {{ plot.region|title }}{{ ' (' + plot.plot_type + ')' if plot.plot_type else '' }}

๐Ÿ“… {{ plot.created.strftime('%Y-%m-%d %H:%M') }} ๐ŸŽจ {{ plot.theme|title }} ๐Ÿ“ {{ "%.1f"|format(plot.size/1024) }} KB ๐ŸŒ Interactive
๐Ÿ‘๏ธ View ๐Ÿ’พ Download
{% endfor %}
{% else %}

No Interactive Plots Yet

Create your first interactive plot from the dashboard!

{% endif %}

๐Ÿ“Š Static Plots

{% if static_plots %}
{% for plot in static_plots %}
{{ plot.variable }} plot

{{ plot.variable|title }} - {{ plot.region|title }}{{ ' (' + plot.plot_type + ')' if plot.plot_type else '' }}

๐Ÿ“… {{ plot.created.strftime('%Y-%m-%d %H:%M') }} ๐ŸŽจ {{ plot.theme|title }} ๐Ÿ“ {{ "%.1f"|format(plot.size/1024) }} KB ๐Ÿ–ผ๏ธ {{ plot.extension.upper() }}
๐Ÿ‘๏ธ View ๐Ÿ’พ Download
{% endfor %}
{% else %}

No Static Plots Yet

Generate your first static plot from the dashboard!

{% endif %}