Commit
·
5e99630
1
Parent(s):
e3aca28
Fixing FacetGrid figure
Browse files- tabs/invalid_markets.py +1 -1
tabs/invalid_markets.py
CHANGED
@@ -42,7 +42,7 @@ def plot_ratio_invalid_trades_per_market(invalid_trades: pd.DataFrame):
|
|
42 |
plt.xlabel("market id")
|
43 |
plt.ylabel("Total number of invalid trades by market")
|
44 |
plt.title("Distribution of invalid trades per market")
|
45 |
-
return gr.Plot(value=plot.figure
|
46 |
|
47 |
|
48 |
def plot_top_invalid_markets(invalid_trades: pd.DataFrame):
|
|
|
42 |
plt.xlabel("market id")
|
43 |
plt.ylabel("Total number of invalid trades by market")
|
44 |
plt.title("Distribution of invalid trades per market")
|
45 |
+
return gr.Plot(value=plot.figure)
|
46 |
|
47 |
|
48 |
def plot_top_invalid_markets(invalid_trades: pd.DataFrame):
|