remeajayi commited on
Commit
0240485
1 Parent(s): 0f8efff
Files changed (1) hide show
  1. app.py +1 -1
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(2, 2)
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):