Top "Matplotlib-basemap" questions

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

Why do I get "UserWarning: Module dap was already imported from None ..."

I have python-matplotlib and python-mpltoolkits.basemap installed from Ubuntu packages. Installing python-mpltoolkits.basemap also installs python-dap as a dependency. When …

python python-2.7 matplotlib matplotlib-basemap
Drawing a graph with NetworkX on a Basemap

I want to plot a graph on a map where the nodes would be defined by coordinates (lat, long) and …

python networkx matplotlib-basemap
plot trajectories on an map using basemap

import numpy as np data = np.loadtxt('path-tracks.csv',dtype=np.str,delimiter=',',skiprows=1) print data [['19.70' …

python-2.7 matplotlib matplotlib-basemap
Basemap library using Anaconda Jupyter Notebooks - KeyError: PROJ_LIB

I'm trying to install and import the Basemap library into my Jupyter Notebook, but this returns the following error: KeyError: …

anaconda jupyter-notebook matplotlib-basemap
Python Basemap Import error: "requirement already satisfied"

What works is import mpl_toolkits What not works is (Import Error basemap not found) from mpl_toolkits.basemap import …

macos python-2.7 matplotlib matplotlib-basemap
why does my colorbar have lines in it?

Edit: Since this seems to be a popular post, here's the solution that seems to be working well for me. …

python matplotlib matplotlib-basemap
How can I get my contour plot superimposed on a basemap

This is a question I asked several months ago and am still struggling to come to a solution. My code …

python matplotlib pandas gis matplotlib-basemap
Is it possible to control matplotlib marker orientation?

I would like to know if I have a triangular marker, is it possible to control its orientation? I have …

python matplotlib matplotlib-basemap
Pyplot contour plot - clabel spacing

I have trouble with matplotlib / pyplot / basemap. I plot contour lines (air pressure) on a map. I use clabel to …

python matplotlib matplotlib-basemap
How to draw a high resolution etopo background in matplotlib Basemap?

The etopo background pic's resolution is very low in default. How can I get a high resolution background ?

matplotlib matplotlib-basemap