While using matplotlib with qt as the backend in a jupyter notebook, the window typically looks like this.
I wonder if it is possible to recognize mouse click events. For example clicking on the axis should open the "axes" settings and clicking anywhere within the axes of the plot/subplot should open the "curves" settings of that particular plot/subplot. These settings can actually be accessed from the toolbar above. But is it possible to do the same with a mouse click?