The 'warn' parameter of use() is deprecated since Matplotlib 3.1 and will be removed in 3.3.
See original GitHub issueWhen I import fan I have this error. I’ve tried to update fun.
`/opt/anaconda3/lib/python3.8/site-packages/ffn/core.py:27: MatplotlibDeprecationWarning:
The ‘warn’ parameter of use() is deprecated since Matplotlib 3.1 and will be removed in 3.3. If any parameter follows ‘warn’, they should be pass as keyword, not positionally.`
Issue Analytics
- State:
- Created 3 years ago
- Comments:7
Top Results From Across the Web
Matplotlib Deprecation Warning when setting a value in plt ...
MatplotlibDeprecationWarning : Passing the block parameter of show() positionally is deprecated since Matplotlib 3.1; the parameter will become ...
Read more >Deprecation warnings from stylelib · Issue #16700 - GitHub
I think this file gets created during the build since it has no counterpart ... was deprecated in Matplotlib 3.1 and will be...
Read more >Deprecations — Matplotlib 3.3.0 documentation
The warn parameter to matplotlib.use() is deprecated (catch the ImportError emitted on backend switch failure and reemit a warning yourself ...
Read more >Matplotlib deprecation warning with datascience module
... MatplotlibDeprecationWarning: The 'warn' parameter of use() is deprecated since Matplotlib 3.1 and will be removed in 3.3.
Read more >Matplotlib deprecation warning in local jupyter environment
My code works fine in the DQ virtual machine, but when I try to run it locally in a Jupyter Notebook I get...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
try ffn off master
Google how to install a project from GitHub, there are plenty of references available.