Skip to content

Commit

Permalink
change to normal grad plots for fixed_wing
Browse files Browse the repository at this point in the history
  • Loading branch information
a2ray committed Dec 5, 2023
1 parent acab573 commit 779b261
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/AEMwithNuisanceGradientInversionTools.jl
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 779b261

Please sign in to comment.