Python matplotlib

Ok i found my fault. I had a python file in my exercise folder named numbers.py That caused the problem. It was in same folder with the matplot exercise file and the programm was reading this instead numbers.py from standard library. I renamed it and now it runs normally. Stupid from me but happened.

1 Like