Spaces:
Runtime error
Runtime error
James McCool
commited on
Commit
·
2d41ef7
1
Parent(s):
bc1a1c1
Remove Finish data point from game rotation timeline plot
Browse files
app.py
CHANGED
@@ -702,7 +702,6 @@ with tab5:
|
|
702 |
|
703 |
fig.layout.xaxis.type = 'linear'
|
704 |
fig.data[0].x = check_rotation.Start.tolist()
|
705 |
-
fig.data[1].x = check_rotation.Finish.tolist()
|
706 |
fig.data[0].y = check_rotation.Task.tolist()
|
707 |
# Create a color map for each unique player
|
708 |
player_colors = px.colors.qualitative.Plotly[:len(check_rotation['PLAYER_NAME'].unique())]
|
|
|
702 |
|
703 |
fig.layout.xaxis.type = 'linear'
|
704 |
fig.data[0].x = check_rotation.Start.tolist()
|
|
|
705 |
fig.data[0].y = check_rotation.Task.tolist()
|
706 |
# Create a color map for each unique player
|
707 |
player_colors = px.colors.qualitative.Plotly[:len(check_rotation['PLAYER_NAME'].unique())]
|