I am having some serious problems with Spider, enough to make me consider 
uninstalling it as a piece of trash. It will not run basic numpy and 
matplotlib commands and instead gives me error messages. Here is my code 
(that I actually cut and pasted from elsewhere, just because I am still 
learning and am trying to teach myself how all this stuff works).

import numpy as np
import matplotlib.pyplot as plt
x = np.arrange(0, 10, 0.1)
y = np.sin(x)
plt.plot(x, y)
plt.savefig("graph.png")
plt.show()

Any reason why Spider would reject this code? I thought Spider was going to 
be really cool. It seemed like it. Now it is really starting to SUCK!!!!!

-- 
You received this message because you are subscribed to the Google Groups 
"spyder" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/spyderlib/855c209d-82a2-4d2b-98f9-bdcaa0a0e037n%40googlegroups.com.

Reply via email to