diff --git a/msdbook/hymod.py b/msdbook/hymod.py index 2e8ecc5..7e9f6df 100644 --- a/msdbook/hymod.py +++ b/msdbook/hymod.py @@ -22,7 +22,7 @@ def plot_observed_vs_simulated_streamflow(df, hymod_dict, figsize=[12, 6]): """ # set plot style - plt.style.use('seaborn-white') + plt.style.use("seaborn-v0_8-white") # set up figure fig, ax = plt.subplots(figsize=figsize)