Skip to content

Commit

Permalink
Update plotting.py
Browse files Browse the repository at this point in the history
Update seaborn import
  • Loading branch information
johnfmaddox committed Jun 9, 2024
1 parent 7416bf9 commit 51aadd4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kilojoule/plotting.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@

try:
plt.style.use("seaborn-v0_8-white")
except FileNotFoundError:
except:
plt.style.use("seaborn-white")

n_points_default = 100
Expand Down

0 comments on commit 51aadd4

Please sign in to comment.