Skip to content

Commit

Permalink
uncomment more stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
tomchor committed Nov 15, 2023
1 parent 251ea84 commit d4d5492
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions docs/examples/tilted_bottom_boundary_layer.jl
Original file line number Diff line number Diff line change
Expand Up @@ -184,17 +184,17 @@ ds = RasterStack(simulation.output_writers[:nc].filepath)

using CairoMakie

#set_theme!(Theme(fontsize = 20))
#fig = Figure()
#
#kwargs = (xlabel="x", ylabel="z", height=150, width=250)
#ax1 = Axis(fig[2, 1]; title = "Ri", kwargs...)
#ax2 = Axis(fig[2, 2]; title = "Ro", kwargs...)
#ax3 = Axis(fig[2, 3]; title = "PV", kwargs...);
#
## Next we an `Observable` to lift the values at each specific time and plot
## heatmaps, along with their colorbars, with buoyancy contours on top
#
set_theme!(Theme(fontsize = 20))
fig = Figure()

kwargs = (xlabel="x", ylabel="z", height=150, width=250)
ax1 = Axis(fig[2, 1]; title = "Ri", kwargs...)
ax2 = Axis(fig[2, 2]; title = "Ro", kwargs...)
ax3 = Axis(fig[2, 3]; title = "PV", kwargs...);

# Next we an `Observable` to lift the values at each specific time and plot
# heatmaps, along with their colorbars, with buoyancy contours on top

#n = Observable(1)
#
#bₙ = @lift set(ds.b[Ti=$n, yC=Near(0)], :xC => X, :zC => Z)
Expand Down

0 comments on commit d4d5492

Please sign in to comment.