You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Avoids raising a deprecation warning (due to use of the default busy
waiting loop) when running e.g.
```
plt.gca(); plt.gcf().ginput(4)
```
or
```
plt.gca(); plt.gcf().ginput(4, timeout=2)
```
The implementation is similar to the one for the Wx backend.
0 commit comments