Skip to content

Commit

Permalink
fix aspect ratio of prop2D
Browse files Browse the repository at this point in the history
  • Loading branch information
jtravs committed Nov 6, 2024
1 parent f1ca301 commit fb64b5f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Plotting.jl
Original file line number Diff line number Diff line change
Expand Up @@ -307,7 +307,7 @@ function _prop2D_mm(modelabels, modes, t, z, specx, It, Iω,
end

function _prop2D_fig(name, specx, z, Iω, dBmin, speclabel, speclims, t, It, trange)
pfig = newfig()
pfig = newfig(size=(1000,400))
ax, hm = GLMakie.heatmap(pfig[1,1], specx, z, 10*log10.(Iω),
colorrange=(dBmin,0), interpolate=true,
lowclip=:white,
Expand Down

0 comments on commit fb64b5f

Please sign in to comment.