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