Skip to content
Snippets Groups Projects
Commit 0608dd55 authored by Andi Gerken's avatar Andi Gerken
Browse files

Fixed speed evaluation to show density.

parent bdc5dc60
Branches
Tags 0.2.4
1 merge request!23Fixed speed evaluation to show density.
Pipeline #42323 passed
...@@ -100,6 +100,7 @@ def evaluate_speed( ...@@ -100,6 +100,7 @@ def evaluate_speed(
list(speeds), list(speeds),
bins=20, bins=20,
label=labels, label=labels,
density=True,
range=[min(left_quantiles), max(right_quantiles)], range=[min(left_quantiles), max(right_quantiles)],
) )
plt.title("Agent speeds") plt.title("Agent speeds")
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment