Skip to content

Function header documentation had blank lines between each line which… #132

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jun 5, 2017
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 0 additions & 12 deletions plotly/getplotlyfig.m
Original file line number Diff line number Diff line change
@@ -1,31 +1,19 @@
function p = getplotlyfig(file_owner, file_id)

%-----------------------------SAVEPLOTLYFIG-------------------------------%

% Grab an online Plotly figure's data/layout information

% [CALL]:

% p = getplotlyfig(file_owner file_id)

% [INPUTS]: [TYPE]{default} - description/'options'

% file_owner: [string]{} - Unique Plotly username
% file_id [int]{} - the id of the graph you want to obtain

% [OUTPUT]:

% p - plotlyfig object

% [EXAMPLE]:

% url: https://plot.ly/~demos/1526
% fig = getplotlyfig('demos','1526');

% [ADDITIONAL RESOURCES]:

% For full documentation and examples, see https://plot.ly/matlab/get-requests/

%-------------------------------------------------------------------------%

%--CONSTRUCT PLOTLY FIGURE OBJECT--%
Expand Down