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
import matplotlib
import matplotlib.pyplot as plt
matplotlib.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
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
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