Update src/seismic_hazard_forecasting.py

import matplotlib
This commit is contained in:
2026-06-19 15:39:41 +02:00
parent 037863e975
commit f50a315ed7
+1
View File
@@ -3,6 +3,7 @@ from eqdist.rate import datenum_to_datetime
import Rbeast as rb; import Rbeast as rb;
from scipy.stats import bootstrap from scipy.stats import bootstrap
from matplotlib.dates import DateFormatter, AutoDateLocator from matplotlib.dates import DateFormatter, AutoDateLocator
import matplotlib.pyplot as plt
import numpy as np import numpy as np
global ncp_choice, tcp_max, torder_min, torder_max, AOI_lat, AOI_lon global ncp_choice, tcp_max, torder_min, torder_max, AOI_lat, AOI_lon