Skip to content

Commit d178952

Browse files
committed
fix(testbed): draw in line and remove ema in bitrate plots
1 parent c2e56c2 commit d178952

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

testbed/visualizer/audience-log/bitrate.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,5 +40,5 @@ for keyword in "${keywords[@]}"; do
4040

4141
echo "CSV file generated: $output_csv"
4242

43-
python3 ../plotter.py "Time (s)" "Bitrate (Bps)" "$output_csv"
43+
python3 ../plotter.py "Time (s)" "Bitrate (Bps)" "$output_csv" "line" "no-ema"
4444
done

0 commit comments

Comments
 (0)