2021-03-30 2:01 GMT+02:00, Chris <
cclhoo...@gmail.com>:
> 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).
Calling the work of others a piece of trash is not a good way to ask for help.
>
> 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!!!!!
There is a misconception. Spyder is not Python or a Python
distribution. In python there are several concepts that need to be
correctly understood in order to make things work.
If you are a newcomer it could be difficult but it you are polite and
ask the correct questions maybe we can help you. I wouldn't consider
SUCK and TRASH the expected behaviour of a well mannered and
respectful person.
So, if you want to start a new polite conversation telling us how did
you install python?, how did you install Spyder?, are you using a
virtual environment?, how did you install numpy, matplotlib,...?, etc,
maybe we can bring you some help.
Kind regards.
>
> --
> 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
spyderlib+...@googlegroups.com.
> To view this discussion on the web visit
>
https://groups.google.com/d/msgid/spyderlib/855c209d-82a2-4d2b-98f9-bdcaa0a0e037n%40googlegroups.com.
>