Skip to content

Commit ea3f55c

Browse files
authored
Merge pull request #132 from rucarden/rucarden
Function header documentation had blank lines between each line which…
2 parents b93a56e + 2640965 commit ea3f55c

File tree

1 file changed

+0
-12
lines changed

1 file changed

+0
-12
lines changed

plotly/getplotlyfig.m

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,31 +1,19 @@
11
function 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--%

0 commit comments

Comments
 (0)