Hacker News new | past | comments | ask | show | jobs | submit login

basemap (like matplotlib) has the contourf method. You can calculate your x, y, and z values using matplotlib.mlab.griddata (altho scipy's are faster), and pass the results to it:

https://stackoverflow.com/a/26885815/416626




Thanks for the link




Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: