Benreuveni2020
- Total activity 5
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 2
-
-
-
Benreuveni2020 created a post, AnsweredMatplotlib waitforkeypress() doesn't work
Hello, I'm running v2019.2 (PY-192.6817.19) and a simple script like: import matplotlib.pyplot as pltplt.ion() #doesn't matter if this is omittedplt.plot(0.1, 0.1, "go")plt.plot(0.2, 0.2, "bo")plt....