James McCool commited on
Commit
deb427b
·
1 Parent(s): 90028db

Temporarily comment out Task column in game rotation timeline plot

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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