rosacastillo
commited on
Commit
·
0249c18
1
Parent(s):
b282311
Fixing lineplot
Browse files- tabs/invalid_markets.py +2 -1
tabs/invalid_markets.py
CHANGED
@@ -31,7 +31,8 @@ def plot_daily_nr_invalid_markets(invalid_trades: pd.DataFrame):
|
|
31 |
return gr.LinePlot(
|
32 |
value=daily_invalid_markets,
|
33 |
x="creation_date",
|
34 |
-
y="
|
|
|
35 |
interactive=True,
|
36 |
show_actions_button=True,
|
37 |
tooltip=["creation_date", "nr_markets", "count"],
|
|
|
31 |
return gr.LinePlot(
|
32 |
value=daily_invalid_markets,
|
33 |
x="creation_date",
|
34 |
+
y="count",
|
35 |
+
y_title="nr_markets",
|
36 |
interactive=True,
|
37 |
show_actions_button=True,
|
38 |
tooltip=["creation_date", "nr_markets", "count"],
|