matplotlib.pyplot.disconnect # matplotlib.pyplot. disconnettere ( cid ) [fonte] # Disconnettere la richiamata con id cid . Esempi cid = canvas.mpl_connect('button_press_event', on_press) # ... later canvas.mpl_disconnect(cid) Esempi che utilizzano matplotlib.pyplot.disconnect# Eventi di spostamento e clic del mouse Eventi di spostamento e clic del mouse