mirror of https://github.com/EspoTek/Labrador.git
8 lines
78 B
Mathematica
8 lines
78 B
Mathematica
|
global gui_axes
|
||
|
|
||
|
tic
|
||
|
for n = 1:10
|
||
|
plot(gui_axes, 1, 1)
|
||
|
drawnow
|
||
|
end
|
||
|
toc
|