matplotlib.pyplot.waitforbuttonpress #
- matplotlib.pyplot. waitforbuttonpress ( timeout = -1 ) [fonte] #
Blocco chiamata per interagire con la figura.
Attende l'input dell'utente e restituisce True se è stato premuto un tasto, False se è stato premuto un pulsante del mouse e None se non è stato fornito alcun input entro i secondi di timeout . I valori negativi disattivano il timeout .
Esempi che utilizzano matplotlib.pyplot.waitforbuttonpress
#
Funzioni interattive