Skip to content
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

docs - boundedline #420

Open
danton267 opened this issue Oct 20, 2021 · 0 comments
Open

docs - boundedline #420

danton267 opened this issue Oct 20, 2021 · 0 comments

Comments

@danton267
Copy link
Member

these do plot, however they return an error - https://github.com/plotly/plotly.matlab-docs/blob/main/matlab/2021-08-04-continuous-error-bars.md

The error I received when I ran it first time was:

Error using matlab.graphics.illustration.Legend/get
Unrecognized property Legend for class Legend.

Error in
findLegendAxis>@(x)(isequal(handle(get(x.Handle,'Legend')),legendHandle))
(line 5)
    legendAxisIndex =
    find(arrayfun(@(x)(isequal(handle(get(x.Handle,'Legend')),legendHandle)),obj.State.Axis),
    1);

Error in findLegendAxis (line 5)
    legendAxisIndex =
    find(arrayfun(@(x)(isequal(handle(get(x.Handle,'Legend')),legendHandle)),obj.State.Axis),
    1);

Error in plotlyfig/update (line 742)
                legendAxis = findLegendAxis(obj, handle(legs(g)));

Error in plotlyfig (line 296)
                obj.update;

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

Error in test (line 7)
fig2plotly(gcf);

It prevents the plots from plotting in the docs, hopefully it is reproducable.

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

No branches or pull requests

1 participant