Skip to content

Commit

Permalink
Merge pull request #106 from IMMM-SFA/feature/add-legend-to-hymod
Browse files Browse the repository at this point in the history
add legend
  • Loading branch information
erexer authored Aug 15, 2024
2 parents 3dabf6d + 8c2979f commit bc0710a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions msdbook/hymod.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ def plot_observed_vs_simulated_streamflow(df, hymod_dict, figsize=[12, 6]):
# set axis labels
ax.set_ylabel("Streamflow($m^3/s$)")
ax.set_xlabel("Days")
ax.legend()

# set plot title
plt.title("Observed vs. Simulated Streamflow")
Expand Down

0 comments on commit bc0710a

Please sign in to comment.