Skip to main content

All Questions

3 votes
3 answers
5k views

Preparing data to plot contours in Matplotlib's Basemap

I'm having a hard time with plotting a basemap with Matplotlib and I'm fairly new to it so I was hoping for some help. I have data of the format: [ (lat1, lon1, data1), (lat2, lon2, data2), (...
David Daniel's user avatar