Skip to content

Commit 2940519

Browse files
Merge pull request #583 from mikylucky/mikylucky-fix-issue-581
Fixed matplotlib plot style
2 parents 46f8485 + 745bc16 commit 2940519

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pypfopt/plotting.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
from . import CLA, EfficientFrontier, exceptions, risk_models
1818

1919
try:
20-
plt.style.use("seaborn-deep")
20+
plt.style.use("seaborn-v0_8-deep")
2121
except Exception: # pragma: no cover
2222
pass
2323

0 commit comments

Comments
 (0)