Skip to content

Commit

Permalink
update title text
Browse files Browse the repository at this point in the history
  • Loading branch information
thomas-fred committed Sep 14, 2023
1 parent fd0fdfc commit 93194f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion workflow/scripts/exposure/plot_exposure_distributions.py
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ def plot_event_distributions(
ax.set_xlabel("Exposed edge length [m]")
ax.set_ylabel("Frequency")
ax.set_title(
f"{geography_name} for {storm_set}\n"
f"{geography_name} with {storm_set}\n"
f"Exposure distribution, n={len(non_zero_data):,d} events\n"
f"Exposed edge length @ {threshold} [m s-1] threshold"
)
Expand Down

0 comments on commit 93194f9

Please sign in to comment.