-
Notifications
You must be signed in to change notification settings - Fork 168
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
Issue233 #321
base: master
Are you sure you want to change the base?
Issue233 #321
Conversation
Please remember to reference issue's link in the comments. Like this: issue #233 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Getting the following error:
Unrecognized method, property, or field 'Type' for
class 'matlab.graphics.GraphicsPlaceholder'.
Error in plotlyfig/update (line 502)
if ((mean(eq(ax(i).Position,
ax(j).Position)) == 1) && (i~=j)
&& strcmp(ax(i).Children.Type,
'histogram'))
Error in plotlyfig (line 216)
obj.update;
Error in fig2plotly (line 44)
p = plotlyfig(varargin{:});
Error in untitled (line 6)
fig2plotly(gcf, 'offline', false);
Also, in line 506 and 507 in |
fixing issue 233
matlab code:
y = [90,75,30,60,5,40,40,5];
figure
pareto(y)
fig2plotly(gcf, 'offline', false);
results: