Skip to content

Commit

Permalink
update plots.py
Browse files Browse the repository at this point in the history
  • Loading branch information
danverstom committed Nov 25, 2022
1 parent 7225e5b commit 1a2df1f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion launch_data/20_11_2022/plots.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
matplotlib.use('TkAgg')
plt.style.use("ggplot")

df = pandas.read_csv("output.csv", usecols=range(1, 20))
df = pandas.read_csv("launch_1.csv", usecols=range(1, 20))
df["time_seconds"] = df["timestamp"].subtract(df["timestamp"][0]).div(1000)
print(df)

Expand Down

0 comments on commit 1a2df1f

Please sign in to comment.