Spaces:
Sleeping
Sleeping
Update package/school_alerts.py
Browse files- package/school_alerts.py +1 -1
package/school_alerts.py
CHANGED
|
@@ -88,7 +88,7 @@ def plot_alert_comparison_bar(df1, df2, name1, name2, col1='pm25', col2='pm25'):
|
|
| 88 |
)
|
| 89 |
|
| 90 |
fig.update_layout(
|
| 91 |
-
title=dict(text=f"Number of Hours PM2.5 Concentrations Reached at Least a Level 3
|
| 92 |
xaxis=dict(title=dict(text="BAM Location", font=dict(size=16)), tickfont=dict(size=12)),
|
| 93 |
yaxis=dict(title=dict(text="Amount of Hours", font=dict(size=16)), tickfont=dict(size=12)),
|
| 94 |
legend=dict(font=dict(size=18)),
|
|
|
|
| 88 |
)
|
| 89 |
|
| 90 |
fig.update_layout(
|
| 91 |
+
title=dict(text=f"Number of Hours PM2.5 Concentrations Reached at Least a Level 3<br>{name1} vs {name2}", font=dict(size=20)),
|
| 92 |
xaxis=dict(title=dict(text="BAM Location", font=dict(size=16)), tickfont=dict(size=12)),
|
| 93 |
yaxis=dict(title=dict(text="Amount of Hours", font=dict(size=16)), tickfont=dict(size=12)),
|
| 94 |
legend=dict(font=dict(size=18)),
|