Skip to content

Commit

Permalink
udpate
Browse files Browse the repository at this point in the history
  • Loading branch information
gaelforget committed May 21, 2024
1 parent 02b6ba6 commit 4b00fb6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ext/MeshArraysMakieExt.jl
Original file line number Diff line number Diff line change
Expand Up @@ -215,7 +215,7 @@ function meriodional_overturning(Γ,ov)

fig1 = Figure(size = (900,400),markersize=0.1)
ax1 = Axis(fig1[1,1], title="Meridional Overturning Streamfunction (in Sv)")
hm1=contourf!(ax1,x,y,1e-6*z,levels=(-40.0:5.0:40.0),clims=(-40,40))
hm1=contourf!(ax1,x,y,1e-6*z,levels=(-40.0:5.0:40.0))
Colorbar(fig1[1,2], hm1, height = Relative(0.65))
fig1
#savefig("MOC_mean.png")
Expand Down

0 comments on commit 4b00fb6

Please sign in to comment.