matplotlib.pyplot.disconnect #
- matplotlib.pyplot. 연결 끊기 ( cid ) [출처] #
ID가 cid 인 콜백을 연결 해제하십시오 .
예
cid = canvas.mpl_connect('button_press_event', on_press) # ... later canvas.mpl_disconnect(cid)
# 을 사용하는 예matplotlib.pyplot.disconnect
마우스 이동 및 클릭 이벤트