Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork7.9k
Open
Description
Bug summary
When activating the Tool Manager with
matplotlib.rcParams["toolbar"] = "toolmanager"
The figure options button in the toolbar is not visible anymore
Code for reproduction
importmatplotlibimportmatplotlib.pyplotaspltmatplotlib.rcParams["toolbar"]="toolmanager"plt.figure()plt.show()
Actual outcome
Expected outcome
Additional information
No response
Operating system
Ubuntu
Matplotlib Version
3.5.1
Matplotlib Backend
QtAgg
Python version
3.8.0
Jupyter version
No response
Installation
pip