File tree Expand file tree Collapse file tree 1 file changed +0
-12
lines changed
Expand file tree Collapse file tree 1 file changed +0
-12
lines changed Original file line number Diff line number Diff line change 11function p = getplotlyfig(file_owner , file_id )
22
33% -----------------------------SAVEPLOTLYFIG-------------------------------%
4-
54% Grab an online Plotly figure's data/layout information
6-
75% [CALL]:
8-
96% p = getplotlyfig(file_owner file_id)
10-
117% [INPUTS]: [TYPE]{default} - description/'options'
12-
138% file_owner: [string]{} - Unique Plotly username
149% file_id [int]{} - the id of the graph you want to obtain
15-
1610% [OUTPUT]:
17-
1811% p - plotlyfig object
19-
2012% [EXAMPLE]:
21-
2213% url: https://plot.ly/~demos/1526
2314% fig = getplotlyfig('demos','1526');
24-
2515% [ADDITIONAL RESOURCES]:
26-
2716% For full documentation and examples, see https://plot.ly/matlab/get-requests/
28-
2917% -------------------------------------------------------------------------%
3018
3119% --CONSTRUCT PLOTLY FIGURE OBJECT--%
You can’t perform that action at this time.
0 commit comments