Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 9cfde24

Browse files
committed
add filename
1 parent feeaf10 commit 9cfde24

File tree

1 file changed

+1
-1
lines changed
  • hard-coded/chart-types/scatter_exclusive/matlab-seamount-scatter

1 file changed

+1
-1
lines changed

hard-coded/chart-types/scatter_exclusive/matlab-seamount-scatter/script.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,5 +8,5 @@
88
zoom(2)
99

1010
%--PLOTLY--%
11-
response = fig2plotly(fig, 'strip', false); %<----- preserve MATLAB style!
11+
response = fig2plotly(fig, 'filename', '>>>filename<<<', 'strip', false);
1212
plotly_url = response.url;

0 commit comments

Comments
 (0)