Commit
·
7dae04b
1
Parent(s):
b1d8269
Update app.py
Browse filesMaking plot look nicer
app.py
CHANGED
@@ -31,7 +31,6 @@ def plot_votes(preds: list[tuple[str, np.array]], markers: list[str]=None) -> go
|
|
31 |
yaxis_title="Predicted",
|
32 |
xaxis_title="Training Samples",
|
33 |
height=500,
|
34 |
-
width=1000,
|
35 |
xaxis=dict(showticklabels=False),
|
36 |
hovermode="x unified"
|
37 |
)
|
|
|
31 |
yaxis_title="Predicted",
|
32 |
xaxis_title="Training Samples",
|
33 |
height=500,
|
|
|
34 |
xaxis=dict(showticklabels=False),
|
35 |
hovermode="x unified"
|
36 |
)
|