-
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
Fixing issue173 #320
base: master
Are you sure you want to change the base?
Fixing issue173 #320
Conversation
@@ -946,7 +946,7 @@ function delete(obj) | |||
strcmpi(fieldname,'surface') || strcmpi(fieldname,'scatter3d') ... | |||
|| strcmpi(fieldname,'mesh3d') || strcmpi(fieldname,'bar') ... | |||
|| strcmpi(fieldname,'scatterpolar') || strcmpi(fieldname,'barpolar') ... | |||
) | |||
|| strcmpi(fieldname,'scene')) |
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.
the struct scene should be added in the file plotly_reference.mat or alternatively this line of code
I am not sure that in plotly/plotlyfig_aux/core/updateData.m its necessary to define next: obj.layout.scene.camera.eye.x = -1.25; code works good with and without this |
Please remember to reference the issue not only on the title, but its link in the comments as well. Like this #173 |
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.
Also, I'm getting the following warning message:
|
@xarico10 This is only because And discussed in Slack: https://plotly.slack.com/archives/C029RHELF3J/p1628359451212400 https://plotly.slack.com/archives/C029RHELF3J/p1628456355237800 |
matlab code:
#results:
![1000](https://user-images.githubusercontent.com/46283596/128578615-359a9186-1ee3-484f-b46b-a96a6580892b.PNG)