From c6fafd75e8d6347e20d977539095e68cec784ac8 Mon Sep 17 00:00:00 2001 From: Stephane SENESI Date: Thu, 4 Jun 2020 14:38:28 +0200 Subject: [PATCH] Fix typo in commit for plot() --- scripts/gplot.ncl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/gplot.ncl b/scripts/gplot.ncl index 3bd958ac..a468a498 100644 --- a/scripts/gplot.ncl +++ b/scripts/gplot.ncl @@ -1354,7 +1354,7 @@ begin res@mpFillColors = (/-1,-1,-1,-1/) res@mpPerimOn = False res@mpGeophysicalLineThicknessF = 2 - res@mpFillon=False + res@mpFillOn=False res@mpFillDrawOrder="PostDraw" if (focus .eq. "land") then print("Greying out oceans")