Top "Matplotlib-basemap" questions

The matplotlib basemap toolkit is a library for plotting 2D data on maps in Python.

Python basemap module impossible to import

I have troubles to import the basemap module of mpl_toolkits in python. Here is what I get when I …

python matplotlib import matplotlib-basemap
Basemap with Python 3.5 Anaconda on Windows

I use Python 3.5 with latest version of Anaconda on Windows (64 bit). I wanted to install Basemap using conda install basemap. …

python matplotlib anaconda matplotlib-basemap
How to install Matplotlib's basemap?

It is unclear to me how to install Matplotlib's Basemap on Windows. Maybe the question is straightforward, I need some …

python matplotlib matplotlib-basemap
How to set the label Fonts as "Time New Roman" by drawparallels in python

I have draw a map with latitudes labelled but I want to set the fonts as "Times New Roman". How …

python matplotlib-basemap
Importing mpl_toolkits.basemap on Windows?

I have recently started using Python 3.5 and Anaconda on my Windows pc. I am trying to plot a map. However, …

python matplotlib anaconda matplotlib-basemap jupyter-notebook
Fill countries in python basemap

Hi I am trying to plot a map using pythons basemap with some countries filled in a certain colour. Is …

python matplotlib matplotlib-basemap
Draw polygons more efficiently with matplotlib

I have a dateset of around 60000 shapes (with lat/lon coordinates of each corner) which I want to draw on …

python numpy matplotlib scipy matplotlib-basemap
How to use Basemap (Python) to plot US with 50 states?

I am aware that the powerful package Basemap can be utilized to plot US map with state boundaries. I have …

python matplotlib matplotlib-basemap
Basemap import error in PyCharm — KeyError: 'PROJ_LIB'

I tried to use Basemap package to plot a map by PyCharm, but I got something wrong with from mpl_…

python python-3.x pycharm matplotlib-basemap
Python and Matplotlib and Annotations with Mouse Hover

I am currently employing this code to have pop up annotatations on a map when i click on a point …

python annotations matplotlib wxpython matplotlib-basemap