Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 86b7ed3

Browse files
jmehnetimhoffm
andauthored
Update lib/matplotlib/backends/_backend_tk.py
Docs. Co-Authored-By: Tim Hoffmann <[email protected]>
1 parent 4910587 commit 86b7ed3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/matplotlib/backends/_backend_tk.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -510,7 +510,7 @@ class NavigationToolbar2Tk(NavigationToolbar2, tk.Frame):
510510
The figure canvas on which to operate.
511511
win : tk.Window
512512
The tk.Window which owns this toolbar.
513-
pack_toolbar : bool, optional
513+
pack_toolbar : bool, default: True
514514
If True, add the toolbar to the parent's pack manager's packing list
515515
during initialization with *side='bottom'* and *fill='x'*.
516516
If you want to use the toolbar with a different layout manager, use

0 commit comments

Comments
 (0)