You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Make basemap work with mpl 1.4 egg directory as generated by setuptools
Starting in version 1.4, mpl is installing mpl_toolkits inside
its egg. To work with that, basemap needs to declare mpl_toolkits
as a namespace package, and put a suitable __init__.py in it.
0 commit comments