Skip to content

Commit eff40fc

Browse files
committed
Final updates to script
1 parent a73f410 commit eff40fc

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/script.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,9 @@
2020
dnp.plot.image(dnp.random.rand(100,100))
2121
dnp.plot.surface(dnp.random.rand(100,100))
2222

23+
dnp.plot.image(dnp.random.rand(100,100), name="Wibble")
24+
dnp.plot.image(dnp.random.rand(100,100), name="Plot 2")
25+
2326
# async
2427
for i in range(1000):
2528
dnp.plot.image(dnp.random.rand(100,100))

0 commit comments

Comments
 (0)