Skip to content

Commit

Permalink
Fix recipe_carvalhais14: replace outline patch with splines (#3111)
Browse files Browse the repository at this point in the history
  • Loading branch information
valeriupredoi authored and FranziskaWinterstein committed Mar 17, 2023
1 parent 6785935 commit 1ea3b64
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -275,7 +275,7 @@ def _fix_map(axis_obj):
"""
axis_obj.set_global()
axis_obj.coastlines(linewidth=0.4, color='grey')
plt.gca().outline_patch.set_visible(False)
plt.gca().spines["geo"].set_visible(False)
return axis_obj


Expand Down

0 comments on commit 1ea3b64

Please sign in to comment.