File tree 1 file changed +0
-12
lines changed
1 file changed +0
-12
lines changed Original file line number Diff line number Diff line change 1
1
function p = getplotlyfig(file_owner , file_id )
2
2
3
3
% -----------------------------SAVEPLOTLYFIG-------------------------------%
4
-
5
4
% Grab an online Plotly figure's data/layout information
6
-
7
5
% [CALL]:
8
-
9
6
% p = getplotlyfig(file_owner file_id)
10
-
11
7
% [INPUTS]: [TYPE]{default} - description/'options'
12
-
13
8
% file_owner: [string]{} - Unique Plotly username
14
9
% file_id [int]{} - the id of the graph you want to obtain
15
-
16
10
% [OUTPUT]:
17
-
18
11
% p - plotlyfig object
19
-
20
12
% [EXAMPLE]:
21
-
22
13
% url: https://plot.ly/~demos/1526
23
14
% fig = getplotlyfig('demos','1526');
24
-
25
15
% [ADDITIONAL RESOURCES]:
26
-
27
16
% For full documentation and examples, see https://plot.ly/matlab/get-requests/
28
-
29
17
% -------------------------------------------------------------------------%
30
18
31
19
% --CONSTRUCT PLOTLY FIGURE OBJECT--%
You can’t perform that action at this time.
0 commit comments