Thanks to visit codestin.com
Credit goes to github.com

Skip to content

subplots not properly plotted #389

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

Closed
danton267 opened this issue Sep 20, 2021 · 1 comment
Closed

subplots not properly plotted #389

danton267 opened this issue Sep 20, 2021 · 1 comment
Assignees

Comments

@danton267
Copy link
Member

danton267 commented Sep 20, 2021

code:

for k = 1:4
    data = rand(1,10);
    subplot(2,2,k)
    stem(data)
end;
subplot(2,2,2,'replace');

results in: https://chart-studio.plotly.com/~danton267/1330/#/
source: 2nd plot here https://uk.mathworks.com/help/matlab/ref/subplot.html#btw2bg8-1

this does not work either: https://uk.mathworks.com/help/matlab/ref/subplot.html#bvnckvm-1
results in: https://chart-studio.plotly.com/~danton267/1334/#/

another: https://uk.mathworks.com/help/matlab/ref/subplot.html#btw2bht-1_1
results in: https://chart-studio.plotly.com/~danton267/1340/#/

@gilbertogalvis
Copy link
Contributor

This issue was fixed with PR #406

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