hover events for fill_between regions

Hi.

I have a plot with numerous time series plotted using pyplot.plot.
Between these time series, I fill the regions using
pyplot.fill_between. I would like to be able to provide information
when users hover over different filled regions. Is there a way to
catch mouse motion events for the filled between regions of the plot?

Many thanks for any guidance.

Cheers, Ben