From 779b261bcfff70f90a8c4aec7bf0680708204508 Mon Sep 17 00:00:00 2001 From: Anandaroop Ray Date: Tue, 5 Dec 2023 18:18:58 +1100 Subject: [PATCH] change to normal grad plots for fixed_wing --- src/AEMwithNuisanceGradientInversionTools.jl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/AEMwithNuisanceGradientInversionTools.jl b/src/AEMwithNuisanceGradientInversionTools.jl index dd03b8f6..29769c49 100644 --- a/src/AEMwithNuisanceGradientInversionTools.jl +++ b/src/AEMwithNuisanceGradientInversionTools.jl @@ -179,7 +179,7 @@ function plotconvandlasteachline(soundings, σ, nu, nufieldnames, ϕd, delr, del label = fig._suptitle.get_text() VE = round(Int, getVE(ax[end-1])) fig.suptitle(label*", VE=$(VE)X"; fontsize) - saveplot && savefig(lname*".png", dpi=dpi) + saveplot && savefig(lname*"_with_nu.png", dpi=dpi) showplot || close(fig) end