Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
malmans2 committed Jul 11, 2023
1 parent 0477fa5 commit 8b23e1e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions notebooks/wp5/era5_cerra_extremes.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -206,9 +206,9 @@
" f\"- {calendar.month_name[month]} ({year_start}, {year_stop})\"\n",
" )\n",
" plot_obj.axes.set_extent(extent)\n",
" gl = plot_obj.axes._gridliners[0]\n",
" gl.x_inline = False\n",
" gl.xlabel_style = {\"rotation\": 0}\n",
" for gl in plot_obj.axes._gridliners:\n",
" gl.x_inline = False\n",
" gl.xlabel_style = {\"rotation\": 0}\n",
" plt.show()"
]
},
Expand Down

0 comments on commit 8b23e1e

Please sign in to comment.