This commit is contained in:
François Boulogne 2025-06-11 08:36:35 +02:00
parent 1800675fd3
commit 3e5d232e36
50 changed files with 4194 additions and 105 deletions

View file

@ -116,6 +116,8 @@ def thickness_from_minmax(wavelengths,
ax.legend()
ax.set_title(f'Thickness = {thickness_minmax:.2f} nm')
import inspect
plt.title(inspect.currentframe().f_code.co_name)
plt.tight_layout()
plt.show()
@ -140,6 +142,8 @@ def thickness_from_minmax(wavelengths,
ax.legend()
ax.set_title(f'Thickness = {thickness_minmax:.2f} nm')
import inspect
plt.title(inspect.currentframe().f_code.co_name)
plt.tight_layout()
plt.show()