Guest User

Untitled

a guest
May 27th, 2018
76
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.12 KB | None | 0 0
  1. ax = plt.axes(projection=ccrs.Mollweide(central_longitude=10))
  2. ax.stock_img()
  3. plt.tight_layout()
  4. plt.show() ; plt.close()
Add Comment
Please, Sign In to add comment