From e911d11d4cb6a828cd02f0c5bbb45820dc083299 Mon Sep 17 00:00:00 2001 From: Nicolau Manubens Date: Mon, 18 Mar 2019 19:50:54 +0100 Subject: [PATCH] Reverted a wrong fix. --- R/PlotEquiMap.R | 4 ---- 1 file changed, 4 deletions(-) diff --git a/R/PlotEquiMap.R b/R/PlotEquiMap.R index 8c3e3a07..51599dc7 100644 --- a/R/PlotEquiMap.R +++ b/R/PlotEquiMap.R @@ -640,10 +640,6 @@ PlotEquiMap <- function(var, lon, lat, varu = NULL, varv = NULL, # Colorbar # ~~~~~~~~~~ # - if (toptitle != "") { - margins[3] <- margins[3] - (cex_title + 1) - par(mar = margins) - } if (drawleg) { ColorBar(brks, cols, FALSE, subsampleg, bar_limits, var_limits, triangle_ends, col_inf = col_inf, col_sup = col_sup, -- GitLab