The button "Edit axis, curve and image parameters" is not showing

Hello,
I have version 3.5.3 of matplotlib. I am running that version of matplotlib in 2 different conda envs on same pc, and in one env it shows the button “Edit axis, curve and image parameters”
image
Whilst in the other it does not
image
(Also the location of the buttons in different, in one case it is on the top, in the other case on the bottom). What is controlling which buttons show up?

The location and which exact buttons are available on the toolbar are determined by which interactive backend is being used.

It is likely that e.g. one of your conda environments has qt (and a python binding like pyqt or pyside) and one does not (and is likely using tk)

1 Like

Thanks, installing PyQt5 on the second env made the Edit axis button appeared