basemap icon indicating copy to clipboard operation
basemap copied to clipboard

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

Open imsahil007 opened this issue 4 years ago • 2 comments
trafficstars

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

imsahil007 avatar Jul 22 '21 15:07 imsahil007

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

imsahil007 avatar Jul 22 '21 15:07 imsahil007

You should be able to just change the x/y limits after you contoured the data.

You should also be using Cartopy instead of basemap which has been end-of-lifed last year.

On Thu, Jul 22, 2021 at 11:21 AM Sahil @.***> wrote:

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

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/matplotlib/basemap/issues/519#issuecomment-884999435, or unsubscribe https://github.com/notifications/unsubscribe-auth/AACHF6GKCSCJ23EIHRRUWR3TZAZN7ANCNFSM5A2HK2XA .

WeatherGod avatar Jul 22 '21 15:07 WeatherGod