In my matplotlib figure, I have multiple axes. I can use navigation toolbar pan & zoom on every axes. But I want to know which axes is panned or zoomed. How to get that information. Also if that axes is first zoomed and then reverted using Back button, so it is back to its initial state so in that case I do not want that axes info.
In short, I want the info of axes which is modified from initial state only? Plz share your views.
Thanks in advance.