Skip to content

Commit

Permalink
Merge branch 'fix-matplotlib-styles' into 'master'
Browse files Browse the repository at this point in the history
[nb] Fix seaborn matplotlib style names.

See merge request ogs/ogs!4735
  • Loading branch information
bilke committed Sep 15, 2023
2 parents 804f61a + f54f927 commit 26c6f2a
Show file tree
Hide file tree
Showing 4 changed files with 491 additions and 273 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ import matplotlib.pyplot as plt
from matplotlib import cm

# Some plot settings
plt.style.use("seaborn-deep")
plt.style.use("seaborn-v0_8-deep")
plt.rcParams["lines.linewidth"] = 2.0
plt.rcParams["lines.color"] = "black"
plt.rcParams["legend.frameon"] = True
Expand Down
Loading

0 comments on commit 26c6f2a

Please sign in to comment.