We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a73f410 commit eff40fcCopy full SHA for eff40fc
src/script.py
@@ -20,6 +20,9 @@
20
dnp.plot.image(dnp.random.rand(100,100))
21
dnp.plot.surface(dnp.random.rand(100,100))
22
23
+dnp.plot.image(dnp.random.rand(100,100), name="Wibble")
24
+dnp.plot.image(dnp.random.rand(100,100), name="Plot 2")
25
+
26
# async
27
for i in range(1000):
28
0 commit comments