We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent af34b0c commit d970c2fCopy full SHA for d970c2f
examples/plot2d.jl
@@ -5,7 +5,7 @@ x0 = 2.0
5
z0 = 0.0
6
for t in 0:0.1:5
7
global x0, z0
8
- plot2d([[1,0,0], [x0,0,z0]], t; segments=1)
+ plot2d([[1,0,0], [x0,0,z0]], t; segments=1, fig="2d plot")
9
x0 += 0.1; z0 += 0.1
10
sleep(0.1)
11
end
0 commit comments