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
Post a Comment