Skip to content

Commit 42180a7

Browse files
committed
clean
1 parent ccd60b5 commit 42180a7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/plotting/Plot_emission_rate.jl

+1-1
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ fig = with_theme(
5656
fig = Figure(size = (1000, 800))
5757
ga = fig[1, 1] = GridLayout()
5858
ax4278 = Axis(ga[1, 1]; title = "4278 Å", xticklabelsvisible = false, ylabel ="altitude (km)")
59-
hm4278 = heatmap!(t, h_atm, Q4278'; rasterize = true)
59+
hm4278 = heatmap!(t, h_atm, Q4278')
6060
cb4278 = Colorbar(ga[1, 2], hm4278; label = "photons/m³/s")
6161
lines!(ax4278, t, height_Q4278max; color = :red, linestyle = :dash, linewidth = 2)
6262
colgap!(ga, 10)

0 commit comments

Comments
 (0)