Skip to content

Commit

Permalink
Updating seaborn plt style
Browse files Browse the repository at this point in the history
  • Loading branch information
Nathan Nunes committed Oct 3, 2024
1 parent 2959943 commit 21dd5d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion marketing_attribution_models/MAM.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
import pandas as pd
import seaborn as sns

plt.style.use("seaborn-white")
plt.style.use("seaborn-v0_8-white")


class MAM:
Expand Down

0 comments on commit 21dd5d3

Please sign in to comment.