update
Browse files
app.py
CHANGED
@@ -51,7 +51,7 @@ def plot_anomalies(df_test_value, data, anomalies):
|
|
51 |
fig, ax = plt.subplots()
|
52 |
data.plot(legend=False, ax=ax)
|
53 |
df_subset.plot(legend=False, ax=ax, color="r")
|
54 |
-
fig.set_size_inches(
|
55 |
return fig
|
56 |
|
57 |
def master(file):
|
|
|
51 |
fig, ax = plt.subplots()
|
52 |
data.plot(legend=False, ax=ax)
|
53 |
df_subset.plot(legend=False, ax=ax, color="r")
|
54 |
+
fig.set_size_inches(0.5, 0.5)
|
55 |
return fig
|
56 |
|
57 |
def master(file):
|