We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5bbccce commit 46d9ee8Copy full SHA for 46d9ee8
README.md
@@ -40,11 +40,11 @@ structure = {
40
'Lambda_List': [400e-9, 800e-9, 1000]
41
}
42
43
-### create the instance called glass_slab
44
-tungsten_slab = multilayer(structure)
+### create the instance called coated_au_film
+coated_au_film = multilayer(structure)
45
46
-### create a plot of the reflectivity of the tungsten slab
47
-plt.plot(tungsten_slab.lambda_array, tungsten_slab.reflectivity_array, 'red')
+### create a plot of the reflectivity of the coated au film - use red lines
+plt.plot(coated_au_film.lambda_array, coated_au_film.reflectivity_array, 'red')
48
plt.show()
49
```
50
0 commit comments