Spaces:
Running
Running
Commit
·
26b723b
1
Parent(s):
4e57d68
Update pages/Circuit_Maps.py
Browse files- pages/Circuit_Maps.py +8 -8
pages/Circuit_Maps.py
CHANGED
@@ -30,20 +30,20 @@ SESSION = st.selectbox(
|
|
30 |
'Select Session',
|
31 |
('FP1', 'FP2', 'FP3', 'Q', 'SQ', 'R'))
|
32 |
|
33 |
-
|
34 |
|
35 |
-
|
36 |
|
37 |
-
|
38 |
|
39 |
-
|
40 |
|
41 |
-
|
42 |
|
43 |
-
|
44 |
|
45 |
|
46 |
-
|
47 |
|
48 |
-
|
49 |
|
|
|
30 |
'Select Session',
|
31 |
('FP1', 'FP2', 'FP3', 'Q', 'SQ', 'R'))
|
32 |
|
33 |
+
Circuit_plots.plot_speed(YEAR,RACE,SESSION)
|
34 |
|
35 |
+
Circuit_plots.plot_speed2(YEAR,RACE,SESSION)
|
36 |
|
37 |
+
Circuit_plots.plot_brake(YEAR,RACE,SESSION)
|
38 |
|
39 |
+
Circuit_plots.plot_throttle(YEAR,RACE,SESSION)
|
40 |
|
41 |
+
Circuit_plots.plot_elevation(YEAR,RACE,SESSION)
|
42 |
|
43 |
+
Circuit_plots.plot_lon_acc(YEAR,RACE,SESSION)
|
44 |
|
45 |
|
46 |
+
Circuit_plots.plot_lat_acc(YEAR,RACE,SESSION)
|
47 |
|
48 |
+
Circuit_plots.plot_vertical_acc(YEAR,RACE,SESSION)
|
49 |
|