Skip to content

Commit

Permalink
Merge pull request #583 from mikylucky/mikylucky-fix-issue-581
Browse files Browse the repository at this point in the history
Fixed matplotlib plot style
  • Loading branch information
robertmartin8 committed May 28, 2024
2 parents 46f8485 + 745bc16 commit 2940519
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pypfopt/plotting.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
from . import CLA, EfficientFrontier, exceptions, risk_models

try:
plt.style.use("seaborn-deep")
plt.style.use("seaborn-v0_8-deep")
except Exception: # pragma: no cover
pass

Expand Down

0 comments on commit 2940519

Please sign in to comment.