Skip to content

Commit c3d13a0

Browse files
bronsolobronsolo
bronsolo
authored and
bronsolo
committed
first test grid
1 parent 56c6e92 commit c3d13a0

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

testgrid.m

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
data.yy = [1:2:100];
2+
data.tt = 1:50;
3+
g = plotlygrid(data, 'filename', ['gridtest' num2str(floor(100*rand))]);
4+
g.plotly;

0 commit comments

Comments
 (0)