This commit is contained in:
François Boulogne 2025-06-20 09:23:40 +02:00
parent 9e77fc8f03
commit c8868c3e63
15 changed files with 63 additions and 817 deletions

View file

@ -131,7 +131,7 @@ def thickness_from_minmax(wavelengths,
fig, ax = plt.subplots()
ax.set_xlabel('extremum n°')
ax.set_ylabel('1 / $\lambda$')
ax.set_ylabel('$n$($\lambda$) / $\lambda$')
ax.plot(k_values, n_over_lambda, 's', label='Extrema')
ax.plot(k_values, intercept + k_values * slope, label='Fit')