Skip to content

Fixxing issues related to part of issue389 multiplot case and multiple y axes case #403

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

Conversation

gilbertogalvis
Copy link
Contributor

This PR fix several issues, in particular:

Part of issue #389, specifically following code

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

attach the fixing result bellow
Screen Shot 2021-10-05 at 10 55 55 AM

Combine Multiple Plots

Reference link. Now fig2plotly works for examples there!

attached the fixing results bellow
Screen Shot 2021-10-05 at 12 24 24 PM
Screen Shot 2021-10-05 at 12 24 44 PM
Screen Shot 2021-10-05 at 12 25 00 PM
Screen Shot 2021-10-05 at 12 25 14 PM
Screen Shot 2021-10-05 at 12 26 13 PM
Screen Shot 2021-10-05 at 12 26 39 PM
Screen Shot 2021-10-05 at 12 27 05 PM

Specify Axis Tick Values and Labels

Reference link. Now fig2plotly works for examples there!

attached the fixing results bellow
Screen Shot 2021-10-06 at 9 18 03 AM
Screen Shot 2021-10-06 at 9 18 26 AM
Screen Shot 2021-10-06 at 9 18 47 AM
Screen Shot 2021-10-06 at 9 19 09 AM
Screen Shot 2021-10-06 at 9 19 30 AM
Screen Shot 2021-10-06 at 9 19 51 AM
Screen Shot 2021-10-06 at 9 20 13 AM
Screen Shot 2021-10-06 at 9 20 32 AM

@gilbertogalvis gilbertogalvis merged commit 533fd1a into master Oct 7, 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

Successfully merging this pull request may close these issues.

2 participants