Thanks to visit codestin.com
Credit goes to github.com

Skip to content

BaseValue issue resolved #325

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

Open
wants to merge 4 commits into
base: master
Choose a base branch
from
Open
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
Next Next commit
Merge branch 'master' into issue231
  • Loading branch information
harshpurwar authored Aug 16, 2021
commit f36c6bae9cbe687238a19131caebc1c148fdb5ac
6 changes: 0 additions & 6 deletions plotly/plotlyfig.m
Original file line number Diff line number Diff line change
Expand Up @@ -1009,13 +1009,7 @@ function delete(obj)
catch exception
if obj.UserData.Verbose
% catch 3D output until integrated into graphref
% if ~( ...
% strcmpi(fieldname,'surface') || strcmpi(fieldname,'scatter3d') ...
% || strcmpi(fieldname,'mesh3d') ...
% || strcmpi(fieldname,'scatterpolar') || strcmpi(fieldname,'barpolar') ...
% )
fprintf(['\nWhoops! ' exception.message(1:end-1) ' in ' varargin{1} '\n\n']);
% end
end
end
end
Expand Down
You are viewing a condensed version of this merge commit. You can view the full changes here.