We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 46f8485 + 745bc16 commit 2940519Copy full SHA for 2940519
pypfopt/plotting.py
@@ -17,7 +17,7 @@
17
from . import CLA, EfficientFrontier, exceptions, risk_models
18
19
try:
20
- plt.style.use("seaborn-deep")
+ plt.style.use("seaborn-v0_8-deep")
21
except Exception: # pragma: no cover
22
pass
23
0 commit comments