Update src/seismic_hazard_forecasting.py
This commit is contained in:
parent
7f97ec7151
commit
85ece9b87a
@ -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, 9))
|
||||
fig, ax = plt.subplots(dpi= 300, figsize=(14, 5))
|
||||
|
||||
# Plot activiry rate for all catalog
|
||||
ax.plot(bin_edges_dt[1:len(bin_edges)], act_rate, '-o', linewidth=2, markersize=6)
|
||||
|
Loading…
Reference in New Issue
Block a user