python 3.x - Detect which open Matplotlib figure is selected -


hopefully there simple solution trying detect figure active i.e. when user clicks on specific figure when multiple figures open variable should updated storing figure selected.

the figures created users via gui.

to current figure can use:

plt.gcf() 

note: gcf stands get current figure


Comments

Popular posts from this blog

javascript - Using jquery append to add option values into a select element not working -

Android soft keyboard reverts to default keyboard on orientation change -

jquery - javascript onscroll fade same class but with different div -