plotly / plotly/plotly_matlab

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

Open
#296 0 comments 0 reactions 1 assignee View on GitHub

@gilbertogalvis is already working on this.

Since Oct 16, 2021.

  • #218 by @gilbertogalvis — merged
documentation
Dominant language
MATLAB
Stars
413
Forks
166
PR merge metrics
No merged PRs in 30d

Description

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

Contributor guide

No contributing guide indexed for this repository

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.