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 - scatter3 - legend and axis proportions not captured #451

Closed
danton267 opened this issue Oct 23, 2021 · 1 comment
Closed

docs - scatter3 - legend and axis proportions not captured #451

danton267 opened this issue Oct 23, 2021 · 1 comment

Comments

@danton267
Copy link
Member

load imports-85
[coeff,score,latent,tsquared,explained] = pca(X(:,3:15));

scatter3(score(:,1),score(:,2),score(:,3))
axis equal
xlabel('1st Principal Component')
ylabel('2nd Principal Component')
zlabel('3rd Principal Component')

fig2plotly(gcf);

legend and axis proportions not captured.

Please reply with chart-studio plot so I can make a thumbnail out of it

gilbertogalvis pushed a commit that referenced this issue Oct 23, 2021
@gilbertogalvis
Copy link
Contributor

This issue was fixed using PR #455

screenshot with result

Screen Shot 2021-10-23 at 1 08 56 PM

link to chart studio
https://chart-studio.plotly.com/~galvisgilberto/4668/#/

gilbertogalvis added a commit that referenced this issue Oct 23, 2021
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

2 participants