Skip to content

Commit 703fced

Browse files
committed
cleanup xch4
1 parent 645e9bd commit 703fced

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

notebooks/wp5/xch4_lev2_growth_rates.ipynb

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -205,7 +205,7 @@
205205
"outputs": [],
206206
"source": [
207207
"dataarrays = []\n",
208-
"for zonal_first in [True, False]:\n",
208+
"for zonal_first in [False, True]:\n",
209209
" da = compute_growth_rate(ds, zonal_first=zonal_first)\n",
210210
" dataarrays.append(\n",
211211
" da.expand_dims(method=[\"Zonal-first\" if zonal_first else \"Standard\"])\n",
@@ -255,8 +255,7 @@
255255
"anomaly.attrs[\"long_name\"] = \"Δ\" + anomaly.long_name\n",
256256
"facet = anomaly.plot(row=\"method\", robust=True, x=\"time\", figsize=(10, 10))\n",
257257
"for ax in facet.axs.flatten():\n",
258-
" for label in ax.get_xticklabels():\n",
259-
" label.set_rotation(90)"
258+
" ax.grid()"
260259
]
261260
},
262261
{

0 commit comments

Comments
 (0)