You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
No matter how many times I tweaked my code, the resulting maps had land masses that were colored in.
Upon running the solution code within my notebook, I got the exact same result. It looked like this:
I believe that the cfeatures functionality within cartopy can help resolve this problem. For each plot in the figure, we can replace ax.add_coastline() with the following:
The text was updated successfully, but these errors were encountered:
pyneet
changed the title
W1D5 Tutorial7 Coding Exercise 2 solution code does not output
Plots generated by solution code for W1D5 Tutorial 7's Code Exercise 2 do not match example output
Jul 19, 2024
Coding Exercise 2 in W1D5 Tutorial 7 includes the following example output:
No matter how many times I tweaked my code, the resulting maps had land masses that were colored in.
Upon running the solution code within my notebook, I got the exact same result. It looked like this:
I believe that the
cfeatures
functionality withincartopy
can help resolve this problem. For each plot in the figure, we can replaceax.add_coastline()
with the following:The text was updated successfully, but these errors were encountered: