From d11a373f267c18d6c90c131465155b414b38cdc7 Mon Sep 17 00:00:00 2001 From: "Navid C. Constantinou" Date: Fri, 4 Oct 2024 14:34:37 +1000 Subject: [PATCH] fix ref to cartopy tutorial --- Tutorials/Apply_function_to_every_gridpoint.ipynb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Tutorials/Apply_function_to_every_gridpoint.ipynb b/Tutorials/Apply_function_to_every_gridpoint.ipynb index 4c5eda7f..255e0268 100644 --- a/Tutorials/Apply_function_to_every_gridpoint.ipynb +++ b/Tutorials/Apply_function_to_every_gridpoint.ipynb @@ -4568,7 +4568,7 @@ "id": "437d4d93-c95a-4606-a483-c5409ac37619", "metadata": {}, "source": [ - "Plot the calculated slope, stippling all regions that are significant at $p<0.05$. Before we plot we need to load the unmasked coordinates and attach them to the dataarray otherwise regions neal the poles will be distorted (see )." + "Plot the calculated slope, stippling all regions that are significant at $p<0.05$. Before we plot we need to load the unmasked coordinates and attach them to the dataarray otherwise regions near the poles are distorted (see the [Making_Maps_with_Cartopy](https://cosima-recipes.readthedocs.io/en/latest/Tutorials/Making_Maps_with_Cartopy.html#Fixing-the-tripole) tutorial)." ] }, {