Top "Matplotlib-basemap" questions

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

Installing basemap on Mac / Python

I'm having trouble to get the basemap to work in Python in my Mac. I keep receiving: from mpl_toolkits.…

python macos matplotlib-basemap
What names can be used in plt.cm.get_cmap?

I have this code : plt.scatter(data_projected[:,0],data_projected[:,1],c=digits.target ,edgecolors='none',alpha=0.5,cmap=plt.cm.get_…

python python-3.x matplotlib data-analysis matplotlib-basemap
How to Install Matplotlib Basemap Module on Windows 7 with WinPython (or any Python stack install)?

I've found that the Basemap (module for matplotlib and Python) binary installer for Windows cannot detect Python on the system …

python-2.7 matplotlib-basemap
OSError geos_c could not be found when Installing Shapely

I'm a newbie to making/plotting on maps with python, been trying to follow this blogpost to generate a world …

python matplotlib-basemap geos shapely
draw grid lines over an image in matplotlib

How can I draw regular grid lines over a tiff image? I want to draw regular square grids for each …

matplotlib matplotlib-basemap
How to smooth by interpolation when using pcolormesh?

I have a basemap of the world, and it's filled with data (lintrends_mean) using pcolormesh. Because the data has …

python matplotlib interpolation matplotlib-basemap
Matplotlib: draw a selection area in the shape of a rectangle with the mouse

I want to be able to draw a selection area on a matplotlib plot with a mouse event. I didn't …

python matplotlib mouse selection matplotlib-basemap
How to draw rectangles on a Basemap

I'm looking for a way to plot filled rectangles on a Basemap. I could easily draw the rectangle's edges using …

matplotlib matplotlib-basemap
Problems installing/importing Basemap

I have installed Anaconda (version 1.6.2) installed on my 64 bit machine. It comes with a great set of libraries, but I …

python matplotlib-basemap geos anaconda
How to use OpenStreetMap background on Matplotlib Basemap

This should be simple, but when I look for it I just find web packages. I need something better than …

python-2.7 gis openstreetmap matplotlib-basemap