NSLS-II / PyXRF

Fluorescence fitting GUI.
http://nsls-ii.github.io/PyXRF
BSD 3-Clause "New" or "Revised" License
31 stars 23 forks source link

Fix for deprecated 'PolyCollection.span_where()' #326

Closed dmgav closed 1 month ago

dmgav commented 1 month ago

Fix the issue due to deprecated PolyCollection.span_where method. The method was replaced with Axes.fill_between method, which required minor changes to the code.

Summary of Changes for Release Notes

Fixed

Added

Changed

Removed

How Has This Been Tested?