Plot sub-map by passing different extents to single basemap object
imsahil007 opened this issue · 2 comments
imsahil007 commented
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 commented
I do not want to create a new basemap object as the basemap object generation takes a long time
WeatherGod commented
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
<#519 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AACHF6GKCSCJ23EIHRRUWR3TZAZN7ANCNFSM5A2HK2XA>
.