Skip to content

Commit

Permalink
test fix again... oops
Browse files Browse the repository at this point in the history
  • Loading branch information
rorlija1 committed Aug 21, 2024
1 parent 2b15a38 commit 54eb222
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/plotting_utils.jl
Original file line number Diff line number Diff line change
Expand Up @@ -148,6 +148,7 @@ function plot_final_aux_profiles(z_centers, aux, precip; output = "output")
Plots.plot!([r.d_ln_pp_d_ln_q_liq for r in precip_sus_acc], z_centers, label = "acc, q_liq", color = :blue)
Plots.plot!([r.d_ln_pp_d_ln_q_rai for r in precip_sus_acc], z_centers, label = "acc, q_rai", color = :green)
Plots.plot!(legend = :outerright)
end
p = Plots.plot(
p1,
p2,
Expand All @@ -165,7 +166,6 @@ function plot_final_aux_profiles(z_centers, aux, precip; output = "output")
left_margin = 80.0 * Plots.PlotMeasures.px,
)
Plots.png(p, joinpath(path, "final_aux_profiles.png"))
end
end
end

Expand Down

0 comments on commit 54eb222

Please sign in to comment.