Skip to content

Commit 46d9ee8

Browse files
authored
Update README.md
1 parent 5bbccce commit 46d9ee8

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -40,11 +40,11 @@ structure = {
4040
'Lambda_List': [400e-9, 800e-9, 1000]
4141
}
4242

43-
### create the instance called glass_slab
44-
tungsten_slab = multilayer(structure)
43+
### create the instance called coated_au_film
44+
coated_au_film = multilayer(structure)
4545

46-
### create a plot of the reflectivity of the tungsten slab
47-
plt.plot(tungsten_slab.lambda_array, tungsten_slab.reflectivity_array, 'red')
46+
### create a plot of the reflectivity of the coated au film - use red lines
47+
plt.plot(coated_au_film.lambda_array, coated_au_film.reflectivity_array, 'red')
4848
plt.show()
4949
```
5050

0 commit comments

Comments
 (0)