Skip to content

Undefined function or variable 'update_opac'. Related to #197 #296

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
jolinos opened this issue Aug 5, 2021 · 0 comments · Fixed by #218
Open

Undefined function or variable 'update_opac'. Related to #197 #296

jolinos opened this issue Aug 5, 2021 · 0 comments · Fixed by #218
Assignees
Labels
documentation documentation

Comments

@jolinos
Copy link
Contributor

jolinos commented Aug 5, 2021

When do the following:

x = randn(1000,1);
nbins = 25;
h = histogram(x,nbins)

One get the following error:

Undefined function or variable 'update_opac'.

Error in plotlyfig/update (line 619)
                if (strcmp(obj.data{1, n}.type, 'bar') &&
                update_opac(length(ax)-n))

Error in plotlyfig (line 212)
                obj.update;

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

Probably related to #197

@jolinos jolinos added the documentation documentation label Aug 5, 2021
@jolinos jolinos linked a pull request Aug 5, 2021 that will close this issue
@jolinos jolinos changed the title Undefined function or variable 'update_opac'. Undefined function or variable 'update_opac'. Related to #197 Aug 5, 2021
@gilbertogalvis gilbertogalvis self-assigned this Oct 16, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation documentation
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants