pan

Entering pan mode after embedding Matplotlib figure and toolbar into PySimpleGUI

Entering pan mode after embedding Matplotlib figure and toolbar into PySimpleGUI Question: Is there a way to programmatically enter Matplotlib’s pan mode, given that the figure is embedded into PySimpleGUI? just like this I’m basically looking for the equivalent of fig.canvas.manager.toolbar.pan() (which doesn’t seem to work with PySimpleGUI, as fig.canvas.manager is None in that case). …

Total answers: 1