Results 6 comments of Abbie Hantgan

still not fixed? I tried everyone's advice and then some but the warning breaks my whole system!!

@WeatherGod - I did - condo install -c condo-forge basemap - but problem persists

/Users/ah104/anaconda3/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 /Users/ah104/anaconda3/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...

``` >>> from mpl_toolkits import basemap >>> basemap.__version__ '1.1.0' ``` same! what am I doing wrong?

@megies @WeatherGod thank you for the help - clearly I am a newbie! It's true, only warnings appear without errors but along with the warnings my entire system freezes and...

well, it is this issue that triggers the warnings which is then followed by freezing, so somehow it is related.