ax혈당분포 = plt.axes([0.1, 0.05, 0.05, 0.05]) #버튼위치 설정(x축, y축, 너비, 높이) b혈당분포 = Button(ax혈당분포, '혈당분포') #버튼 생성 b혈당분포.on_clicked(callback.혈당분포) # 버튼 이벤트 헨들러 ...
You can give n number of widgets list using TOOLITEMS global variable. TOOLITEMS is list of tuple[Widget name, Tooltip text, Icon png complete path with name, Callback function].