mirror of
https://gitlab.rlp.net/mobitar/ReCo.jl.git
synced 2025-09-04 09:12:35 +00:00
Added reward discount analysis
This commit is contained in:
parent
a57bebbcb7
commit
b5767f0104
4 changed files with 65 additions and 11 deletions
|
@ -160,7 +160,7 @@ function plot_radial_distributions(;
|
|||
max_g = maximum(maximum.(gs))
|
||||
|
||||
ax = Axis(
|
||||
fig[1:2, 1:2];
|
||||
fig[1, 1];
|
||||
xticks=0:(2 * particle_radius):floor(Int64, max_lower_radius),
|
||||
yticks=0:ceil(Int64, max_g),
|
||||
xlabel=L"r / d",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue