Last active
June 7, 2022 13:47
-
-
Save ajdawson/dd536f786741e987ae4e to your computer and use it in GitHub Desktop.
Adding gridline labels to a cartopy Lambert Conformal projection plot
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
That worked great! Thanks!
I just received the warning indicated below, let me know if this has been updated!
:50: DeprecationWarning: The outline_patch property is deprecated. Use GeoAxes.spines['geo'] or the default Axes properties instead.
outline_patch = sgeom.LineString(ax.outline_patch.get_path().vertices.tolist())