Skip to content

Instantly share code, notes, and snippets.

View shreyagupta30's full-sized avatar
:octocat:
Working!

Shreya Gupta shreyagupta30

:octocat:
Working!
View GitHub Profile
import matplotlib.pyplot as plt
import cartopy.crs as ccrs
import cartopy.feature as cfeature
from cartopy.io.shapereader import Reader
from cartopy.feature import ShapelyFeature
fig = plt.figure(figsize=(9,11))
ax = plt.axes(projection=ccrs.PlateCarree())
ax.set_extent([68.04999,97.95001, 5.5, 37.45], ccrs.PlateCarree())