Update app.py
Browse files
app.py
CHANGED
|
@@ -45,7 +45,7 @@ def plot_figure(N, u1, std1, show_dist):
|
|
| 45 |
|
| 46 |
# define x, y limits
|
| 47 |
x_min, x_max = X_data[:, 0].min() - 1, X_data[:, 0].max() + 1
|
| 48 |
-
y_min, y_max = 0-
|
| 49 |
|
| 50 |
fig = pp.figure(figsize=(8, 6)) # figure size in inches
|
| 51 |
fig.subplots_adjust(left=0, right=1, bottom=0, top=1, hspace=0.3, wspace=0.05)
|
|
|
|
| 45 |
|
| 46 |
# define x, y limits
|
| 47 |
x_min, x_max = X_data[:, 0].min() - 1, X_data[:, 0].max() + 1
|
| 48 |
+
y_min, y_max = 0-0.5, 1
|
| 49 |
|
| 50 |
fig = pp.figure(figsize=(8, 6)) # figure size in inches
|
| 51 |
fig.subplots_adjust(left=0, right=1, bottom=0, top=1, hspace=0.3, wspace=0.05)
|