KekLib.OurNavigationToolbar#
ファイル名: OurNavigationToolbar.py
処理内容:
NavigationToolbar2TkAgg のカスタマイズ(Windows のみ) Ubuntu では元の NavigationToolbar2TkAgg で OK
Copyright (c) 2016-2019, Masatsuyo Takahashi, KEK-PF
- class NavigationToolbar(canvas, window, show_mode=True)#
Bases:
NavigationToolbar2Tk
- Parameters:
canvas (FigureCanvas) – The figure canvas on which to operate.
window (tk.Window) – The tk.Window which owns this toolbar.
pack_toolbar (bool, default: True) – If True, add the toolbar to the parent’s pack manager’s packing list during initialization with
side="bottom"
andfill="x"
. If you want to use the toolbar with a different layout manager, usepack_toolbar=False
.
- mouse_move(event)#