Skip to content

Commit

Permalink
fix syntax error
Browse files Browse the repository at this point in the history
  • Loading branch information
orso82 committed Jul 19, 2024
1 parent aaf9c36 commit 27c5319
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/plot_cooling_rates.jl
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ impurities = [:Kr, :W, :Ar, :Ne, :C, :Si, :Cr]
Lz = Dict(imp => ADAS.get_cooling_rates(imp) for imp in impurities);
using Plots
Log10Range(args...; kw...) = 10 .^ LinRange(args...; kw...)
plot(layout=1, framestyle=:box,palette=)
plot(layout=1, framestyle=:box,palette)
for Lz_ in values(Lz)
plot!(Lz_, Te=Log10Range(0, 4, 1000), ylim=[1e-35, 5e-31], yscale=:log10, layout=1)
end
Expand Down

0 comments on commit 27c5319

Please sign in to comment.