Spaces:
Sleeping
Sleeping
Commit
·
b54279e
1
Parent(s):
6aaa49f
Update app.py
Browse files
app.py
CHANGED
@@ -61,7 +61,6 @@ def generate_plots(min_slider_samples_range,max_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,
|
|
|
61 |
plt.xlim(5, 31)
|
62 |
|
63 |
# plot shrinkage coefficient
|
|
|
64 |
plt.subplot(2, 1, 2)
|
65 |
plt.errorbar(
|
66 |
slider_samples_range,
|