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

Multiple figures in one cell flips order of images #105

Closed
jpauwels opened this issue Feb 9, 2018 · 1 comment
Closed

Multiple figures in one cell flips order of images #105

jpauwels opened this issue Feb 9, 2018 · 1 comment

Comments

@jpauwels
Copy link

jpauwels commented Feb 9, 2018

e.g. when typing figure; plot(ones(1,5)); figure; plot(zeros(1,5)); in a single cell, the output shows the second graph first.

@kb1ooo
Copy link

kb1ooo commented Mar 19, 2020

This is because it writes the plots to disk from the matlab engine, then reads the plots from python. The order the files are read are by filename, not by modify/create time. See #134

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