Basemap is a plug-in of matplotlib. Matplotlib is a drawing library that helps to draw data in multiple ways using python. And Basemap is used to draw maps. The followings are steps to install basemap.
1 | → yay basemap |
You choose 1 and it will automatically install 2 for you.
I use this to draw maps, so I also installed Matplotlib and NumPy
1 | → pip install matplotlib --user |
All the other dependencies you see in it’s website, installing basemap will automatically install them.

