update
Browse files
app.py
CHANGED
|
@@ -51,6 +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 |
return fig
|
| 55 |
|
| 56 |
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(2, 2)
|
| 55 |
return fig
|
| 56 |
|
| 57 |
def master(file):
|