Hi,

When I run this code in Eric:

import matplotlib.pyplot as plt
import numpy as np

t = np.linspace(0, 2*np.pi, 200)
x = np.cos(t)
y = np.sin(t)
plt.plot(x, y)

plt.show()

It works fine, but the figure window is buried underneath eric ide. Is there a 
setting or code solution to bring this to  the front when I compile?

D.
_______________________________________________
Eric mailing list
[email protected]
http://www.riverbankcomputing.com/mailman/listinfo/eric

Reply via email to