upd
This commit is contained in:
parent
9e77fc8f03
commit
c8868c3e63
15 changed files with 63 additions and 817 deletions
|
@ -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')
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue