Using pyplot with multiple figures, choose one to display as the topmost 
window. There are crazy gyrations in matplotlib that only work with certain 
backends.

Generally, Julia makes the matplotlib API much nicer.  Once the whole thing 
loads it is quick enough.

But, this very basic thing seems almost impossible.

Things that don't work:
figure(1)

figure(1)
plt[:show]()

plt[:show](1)

I am out of things to try.

Reply via email to