Skip to content
Snippets Groups Projects

Fixed speed evaluation to show density.

1 file
+ 1
0
Compare changes
  • Side-by-side
  • Inline
+ 1
0
@@ -100,6 +100,7 @@ def evaluate_speed(
list(speeds),
bins=20,
label=labels,
density=True,
range=[min(left_quantiles), max(right_quantiles)],
)
plt.title("Agent speeds")
Loading