Spaces:
Runtime error
Runtime error
James McCool
commited on
Commit
·
deb427b
1
Parent(s):
90028db
Temporarily comment out Task column in game rotation timeline plot
Browse files
app.py
CHANGED
@@ -704,7 +704,7 @@ with tab5:
|
|
704 |
|
705 |
fig.layout.xaxis.type = 'linear'
|
706 |
fig.data[0].x = check_rotation.delta.tolist()
|
707 |
-
fig.data[0].y = check_rotation.Task.tolist()
|
708 |
fig.update_yaxes(autorange="reversed")
|
709 |
fig.update_layout(xaxis=dict(type='category'))
|
710 |
|
|
|
704 |
|
705 |
fig.layout.xaxis.type = 'linear'
|
706 |
fig.data[0].x = check_rotation.delta.tolist()
|
707 |
+
# fig.data[0].y = check_rotation.Task.tolist()
|
708 |
fig.update_yaxes(autorange="reversed")
|
709 |
fig.update_layout(xaxis=dict(type='category'))
|
710 |
|