We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 56c6e92 commit c3d13a0Copy full SHA for c3d13a0
testgrid.m
@@ -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