Skip to content

Commit

Permalink
fix seaborn color
Browse files Browse the repository at this point in the history
  • Loading branch information
erexer committed Jul 11, 2024
1 parent 81a3323 commit 5496f37
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion msdbook/hymod.py
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 5496f37

Please sign in to comment.