Skip to content

Commit

Permalink
minor changes for plots
Browse files Browse the repository at this point in the history
  • Loading branch information
a2ray committed Mar 21, 2024
1 parent ef6f06f commit a799e49
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/AEMwithNuisanceMcMCInversionTools.jl
Original file line number Diff line number Diff line change
Expand Up @@ -447,7 +447,7 @@ function plotindividualAEMsoundings(soundings::Vector{S},
alpha = 1.,
rseed = 123,
lnames = [],
usekde = false,
usekde = true,
computeforwards = false,
nforwards = 20) where S<:Sounding

Expand Down
2 changes: 1 addition & 1 deletion src/CommonToAll.jl
Original file line number Diff line number Diff line change
Expand Up @@ -1675,7 +1675,7 @@ function summaryconductivity(s, icol, f, soundings, meangrid, phgrid, plgrid, pm
s[icol].imshow(plgrid, cmap=cmap, aspect="auto", vmax=vmax, vmin = vmin,
extent=[gridx[1], gridx[end], gridz[end], gridz[1]])
s[icol].plot(gridx, topofine, linewidth=topowidth, "-k")
# idx == nothing || plotprofile(s[icol], idx, Z, R)
idx == nothing || plotprofile(s[icol], idx, Z, R)
s[icol].set_title("Percentile $(round(Int, 100*qp1)) conductivity")
s[icol].set_ylabel("Height m")
omitconvergence || s[icol].sharex(s[icol-1])
Expand Down
1 change: 0 additions & 1 deletion zz_portalcurtains/copy_all_vtk_sgrids_xyz_images.jl
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ map(zip(src_dir, src_epsg)) do (sdir, epsg)
sd_use = joinpath(containingdir, srcname)
dst_dir = joinpath(rootdir, dstname, prefix[1:end-1])
isdir(dst_dir) || mkpath(dst_dir)
close(ioproj)
if srcname == "summary"
fn = readdir(glob"*_summary_xyzrho.txt", sd_use)
cp.(fn, joinpath.(dst_dir, basename.(fn)))
Expand Down

0 comments on commit a799e49

Please sign in to comment.