-
Beta Was this translation helpful? Give feedback.
Answered by
zssherman
Jul 22, 2019
Replies: 1 comment
-
@zzwei1 For the cartopy plotting code, are you using jupyter notebook? If so, move your imports to a separate cell, or add: |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
mgrover1
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
@zzwei1 For the cartopy plotting code, are you using jupyter notebook? If so, move your imports to a separate cell, or add:
%matplotlib inline
And it should work fine.