From 93194f9f1c6e07a545b2e3cb754fd9cca3c8ffd1 Mon Sep 17 00:00:00 2001 From: Fred Thomas Date: Thu, 14 Sep 2023 15:29:58 +0100 Subject: [PATCH] update title text --- workflow/scripts/exposure/plot_exposure_distributions.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/workflow/scripts/exposure/plot_exposure_distributions.py b/workflow/scripts/exposure/plot_exposure_distributions.py index a774e993..df24b877 100644 --- a/workflow/scripts/exposure/plot_exposure_distributions.py +++ b/workflow/scripts/exposure/plot_exposure_distributions.py @@ -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" )