You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
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.The text was updated successfully, but these errors were encountered: