Spaces:
Running
Running
Zekun Wu
commited on
Commit
·
538a197
1
Parent(s):
069113a
update
Browse files- util/plot.py +1 -1
util/plot.py
CHANGED
@@ -45,7 +45,7 @@ def create_rank_plots(df):
|
|
45 |
))
|
46 |
|
47 |
fig.add_trace(go.Scatter(
|
48 |
-
x=df.index, y=df['
|
49 |
mode='lines+markers', name='Rank Protection',
|
50 |
text=df['Role'], hoverinfo='text+y'
|
51 |
))
|
|
|
45 |
))
|
46 |
|
47 |
fig.add_trace(go.Scatter(
|
48 |
+
x=df.index, y=df['Protect_Rank'],
|
49 |
mode='lines+markers', name='Rank Protection',
|
50 |
text=df['Role'], hoverinfo='text+y'
|
51 |
))
|