Skip to content

Remove deprecated UseHG2 #107

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
Sep 21, 2016
Merged

Remove deprecated UseHG2 #107

merged 1 commit into from
Sep 21, 2016

Conversation

shaharz
Copy link
Contributor

@shaharz shaharz commented Sep 20, 2016

MATLAB 2016b throws an error on feature('UseHG2'):

Error using feature
UseHG2 will be removed in a future release. Use ~verLessThan('matlab','8.4.0') instead.

Error in isHG2 (line 3)
check = feature('UseHG2');

Error in plotlyfig/update (line 517)
            if isHG2

Error in plotlyfig (line 203)
                obj.update;

Error in fig2plotly (line 44)
p = plotlyfig(varargin{:});

Fixes #97.

MATLAB 2016b throws an error on `feature('UseHG2')`:
```
Error using feature
UseHG2 will be removed in a future release. Use ~verLessThan('matlab','8.4.0') instead.

Error in isHG2 (line 3)
check = feature('UseHG2');

Error in plotlyfig/update (line 517)
            if isHG2

Error in plotlyfig (line 203)
                obj.update;

Error in fig2plotly (line 44)
p = plotlyfig(varargin{:});
```

Fixes #97.
@BRONSOLO
Copy link
Member

Thank you for the fix @shaharz!

@BRONSOLO BRONSOLO merged commit 6ca944c into plotly:master Sep 21, 2016
@shaharz shaharz deleted the patch-1 branch September 21, 2016 15:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants