Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

from pypfopt import plotting #592

Open
Nilkanth2781 opened this issue Apr 12, 2024 · 1 comment
Open

from pypfopt import plotting #592

Nilkanth2781 opened this issue Apr 12, 2024 · 1 comment
Labels
question Further information is requested

Comments

@Nilkanth2781
Copy link

OSError: 'seaborn-deep' is not a valid package style, path of style file, URL of style file, or library style name (library styles are listed in style.available)

@Nilkanth2781 Nilkanth2781 added the question Further information is requested label Apr 12, 2024
@Charango-Chile
Copy link

The offending line is on the file plotting.py:

plt.style.use("seaborn-deep")

This style does no longer exists within matplotlib. Changing the line to another style ("classic" for example) removes the error and in your code you can then use plt.style.use() with your own desired available style.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested
Projects
None yet
Development

No branches or pull requests

2 participants