Skip to content

Commit

Permalink
Fix deprecation
Browse files Browse the repository at this point in the history
  • Loading branch information
patnr committed Sep 15, 2023
1 parent f3db742 commit 3edd0ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion notebooks/resources/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@


import matplotlib.pyplot as plt
plt.style.use(['seaborn'])
plt.style.use("seaborn-v0_8")


# Should PRECEDE plt.ion()
Expand Down

0 comments on commit 3edd0ee

Please sign in to comment.