Spaces:
Sleeping
Sleeping
Commit
·
73ceef8
1
Parent(s):
e41f3f2
Update app.py
Browse files
app.py
CHANGED
@@ -61,6 +61,7 @@ def generate_plots(min_slider_samples_range,max_slider_samples_range):
|
|
61 |
plt.xlim(5, 31)
|
62 |
|
63 |
# plot shrinkage coefficient
|
|
|
64 |
plt.subplot(2, 1, 2)
|
65 |
plt.errorbar(
|
66 |
slider_samples_range,
|
|
|
61 |
plt.xlim(5, 31)
|
62 |
|
63 |
# plot shrinkage coefficient
|
64 |
+
plt.clf()
|
65 |
plt.subplot(2, 1, 2)
|
66 |
plt.errorbar(
|
67 |
slider_samples_range,
|