mirror of
https://gitlab.com/lander-team/lander-cpp.git
synced 2025-07-23 14:41:25 +00:00
change to new delim !9
This commit is contained in:
@@ -4,7 +4,7 @@ import pandas as pd
|
||||
|
||||
plt.style.use("ggplot")
|
||||
|
||||
df = pd.read_csv("./public/simOut.csv", delimiter=", ")
|
||||
df = pd.read_csv("./public/simOut.csv")
|
||||
|
||||
|
||||
# Acceleration
|
||||
|
Reference in New Issue
Block a user