Skip to content

Offline mode is now default for plotly(). #357

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 4 commits into from
Aug 26, 2021
Merged
Changes from 1 commit
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
Prev Previous commit
Removed a test print statement.
  • Loading branch information
jolinos committed Aug 25, 2021
commit 2759daf86d7493a8ec23b41892d336d033131b6b
1 change: 0 additions & 1 deletion plotly/plotly_aux/plotly.m
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,6 @@
if (struct_provided)
nofig_obj = plotlynofig(varargin{1:end-1}, structargs);
else
structargs
nofig_obj = plotlynofig(varargin{1:end}, structargs);
end
nofig_obj.layout.width = 840;
Expand Down