Browse Source

Adds pdf export.

master
Lukas Prause 3 years ago
parent
commit
90023312dc
1 changed files with 2 additions and 0 deletions
  1. +2
    -0
      plot_transmission_timeline.py

+ 2
- 0
plot_transmission_timeline.py View File

@@ -134,6 +134,8 @@ if __name__ == "__main__":
lambda x: ((x * 8) / args.interval) / 10**6
)

# remove all not needed columns
transmission_df = transmission_df.filter(["goodput", "datetime"])

# read serial csv
serial_df = pd.read_csv(args.serial_file)

Loading…
Cancel
Save