Skip to content

Commit

Permalink
Remove extra parameter that causes Agg backend to fail
Browse files Browse the repository at this point in the history
  • Loading branch information
mdpiper committed Aug 28, 2023
1 parent 2a06d5f commit c829191
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lessons/python/visualization.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -320,7 +320,7 @@
"axes3.set_xlabel(\"<--N S -->\")\n",
"axes3.set_title(\"East\")\n",
"\n",
"plt.show(fig)"
"plt.show()"
]
},
{
Expand Down

0 comments on commit c829191

Please sign in to comment.