mirror of
https://gitlab.science.ru.nl/mthesis-edeboone/m-thesis-introduction.git
synced 2024-11-13 18:13:31 +01:00
fixup to 06e4cd9
This commit is contained in:
parent
84b7280a8b
commit
daccdb4e91
1 changed files with 1 additions and 1 deletions
|
@ -139,7 +139,7 @@ def fitted_histogram_figure(
|
||||||
xs = np.linspace(min_x, max_x)
|
xs = np.linspace(min_x, max_x)
|
||||||
|
|
||||||
for distr in fit_distr:
|
for distr in fit_distr:
|
||||||
param_manipulate = lambda x: x
|
fit_params2text_params = lambda x: x
|
||||||
|
|
||||||
if 'rice' == distr:
|
if 'rice' == distr:
|
||||||
name = "Rice"
|
name = "Rice"
|
||||||
|
|
Loading…
Reference in a new issue