question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

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:open
  • Created 6 years ago
  • Comments:19 (10 by maintainers)

github_iconTop GitHub Comments

1reaction
WeatherGodcommented, Sep 6, 2018

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:

Can confirm that this warning still appears with the latest release ( v1.1.0 https://github.com/matplotlib/basemap/releases/tag/v1.1.0, installed today, from source, following the documentation https://matplotlib.org/basemap/users/installing.html).

…lib/python3.5/site-packages/mpl_toolkits/basemap/init.py:1707: MatplotlibDeprecationWarning: The axesPatch function was deprecated in version 2.1. Use Axes.patch instead. if limb is not ax.axesPatch:

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/matplotlib/basemap/issues/382#issuecomment-419219567, or mute the thread https://github.com/notifications/unsubscribe-auth/AARy-DzMnzfkTZx9WsleAqKIQWCO1bJ_ks5uYXyMgaJpZM4QjpTd .

0reactions
megiescommented, Sep 7, 2018

It locks up my whole system too…

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.

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found