This commit is contained in:
Eric Teunis de Boone 2023-02-20 17:49:15 +01:00
parent 84b7280a8b
commit daccdb4e91

View file

@ -139,7 +139,7 @@ def fitted_histogram_figure(
xs = np.linspace(min_x, max_x)
for distr in fit_distr:
param_manipulate = lambda x: x
fit_params2text_params = lambda x: x
if 'rice' == distr:
name = "Rice"