We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ccd60b5 commit 42180a7Copy full SHA for 42180a7
scripts/plotting/Plot_emission_rate.jl
@@ -56,7 +56,7 @@ fig = with_theme(
56
fig = Figure(size = (1000, 800))
57
ga = fig[1, 1] = GridLayout()
58
ax4278 = Axis(ga[1, 1]; title = "4278 Å", xticklabelsvisible = false, ylabel ="altitude (km)")
59
- hm4278 = heatmap!(t, h_atm, Q4278'; rasterize = true)
+ hm4278 = heatmap!(t, h_atm, Q4278')
60
cb4278 = Colorbar(ga[1, 2], hm4278; label = "photons/m³/s")
61
lines!(ax4278, t, height_Q4278max; color = :red, linestyle = :dash, linewidth = 2)
62
colgap!(ga, 10)
0 commit comments