1
0
Fork 0
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:
Mo8it 2022-01-30 02:28:34 +01:00
parent a57bebbcb7
commit b5767f0104
4 changed files with 65 additions and 11 deletions

View file

@ -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",