matplotlib/basemap

Plot sub-map by passing different extents to single basemap object

imsahil007 opened this issue · 2 comments

Is there a way to extract basemap plt from an object on different extents by passing different values of llcrnrlat, urcrnrlat,llcrnrlon,urcrnrlon
I want to pass some contourf data. but want to extract multiple images from the object using different extents

I do not want to create a new basemap object as the basemap object generation takes a long time