mirror of
https://gitlab.rlp.net/mobitar/ReCo.jl.git
synced 2025-09-04 09:12:35 +00:00
Added reward shaping plot
This commit is contained in:
parent
eb29ca3d10
commit
fd83c13333
5 changed files with 35 additions and 4 deletions
|
@ -164,7 +164,7 @@ function plot_radial_distributions(;
|
|||
xticks=0:(2 * particle_radius):floor(Int64, max_lower_radius),
|
||||
yticks=0:ceil(Int64, max_g),
|
||||
xlabel=L"r / d",
|
||||
ylabel=L"g",
|
||||
ylabel=L"g(r)",
|
||||
limits=(min_lower_radius - 0.03, max_lower_radius + 0.03, min_g, max_g * 1.03),
|
||||
)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue