MPL2.1 deprecation warning for axesPatch
See original GitHub issue/home/naught101/miniconda3/envs/science/lib/python3.6/site-packages/mpl_toolkits/basemap/__init__.py:1708: MatplotlibDeprecationWarning: The axesPatch function was deprecated in version 2.1. Use Axes.patch instead.
limb = ax.axesPatch
/home/naught101/miniconda3/envs/science/lib/python3.6/site-packages/mpl_toolkits/basemap/__init__.py:1711: MatplotlibDeprecationWarning: The axesPatch function was deprecated in version 2.1. Use Axes.patch instead.
if limb is not ax.axesPatch:
Issue Analytics
- State:
- Created 6 years ago
- Comments:19 (10 by maintainers)
Top Results From Across the Web
Developers - MPL2.1 deprecation warning for axesPatch -
MPL2.1 deprecation warning for axesPatch. ... MatplotlibDeprecationWarning: The axesPatch function was deprecated in version 2.1. Use Axes.patch instead.
Read more >Python/matplotlib : getting rid of matplotlib.mpl warning
MatplotlibDeprecationWarning: mplDeprecation was deprecated in Matplotlib 3.6 and will be removed two minor releases later ... use this instead: import warnings ...
Read more >Matplotlib.pdf
matplotlib is a library for making 2D plots of arrays in Python. Although it has its origins in emulating the. MATLAB® 1 graphics...
Read more >Github Stats — Matplotlib 2.0.0b4.post105.dev0+g6083015 ...
PR #6879: Delete font cache in one of the configurations; PR #6832: Fix for ylabel ... PR #5605: Fix DeprecationWarning in stackplot.py ...
Read more >GitHub Stats — Matplotlib 2.0.0 documentation
PR #7827: [MRG+1] Cast stackplot input to float when required. ... PR #7604: Warn if different axis projection requested; PR #7568: Deprecate unused ......
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 Free
Top 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
yes, the fix was not in v1.1.0, but it is in master.
On Thu, Sep 6, 2018 at 3:50 PM Alby M. notifications@github.com wrote:
I’ve said it before, a deprecation warning is not gonna freeze your system. You need to use a debugger to find out what command actually does not finish.