Spec-Zone.ru › Matplotlib 3.2

matplotlib.pyplot.disconnect

matplotlib.pyplot.disconnect(cid) [source]

Отключить обработчик с идентификатором cid.

Примеры

cid = canvas.mpl_connect('button_press_event', on_press)
# ... later
canvas.mpl_disconnect(cid)

Примеры использования matplotlib.pyplot.disconnect

Coords demo

Демонстрация координат

© 2012–2018 Matplotlib Development Team. All rights reserved.
Licensed under the Matplotlib License Agreement.
https://matplotlib.org/3.2.2/api/_as_gen/matplotlib.pyplot.disconnect.html

Spec-Zone.ru

Настройки Оффлайн Что нового Помощь О нас
Spec-Zone .ru
спецификации, руководства, описания, API