From 5661cb364d212dcbb8aedb1d9dbde3ef15267bc9 Mon Sep 17 00:00:00 2001 From: ftong Date: Tue, 1 Jul 2025 09:57:17 +0200 Subject: [PATCH] Update src/seismic_hazard_forecasting.py --- src/seismic_hazard_forecasting.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/seismic_hazard_forecasting.py b/src/seismic_hazard_forecasting.py index 38c2a6a..5a74756 100644 --- a/src/seismic_hazard_forecasting.py +++ b/src/seismic_hazard_forecasting.py @@ -116,7 +116,7 @@ def calc_bins2(dates, unit, bin_dur, dates_calc, rate_forecast, rate_unc_high, r rt, idx, u_e = av_rates(act_rate, pprs) # --------------------- Line Plot ------------------------- - fig, ax = plt.subplots(figsize=(14, 4)) + fig, ax = plt.subplots(figsize=(14, 6)) # Plot activiry rate for all catalog ax.plot(bin_edges_dt[1:len(bin_edges)], act_rate, '-o', linewidth=2, markersize=6)