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

Compatibility with MPL 3.7.0 #299

Closed dmgav closed 1 year ago

dmgav commented 1 year ago

Matplotlib 3.7.0 does not support remove method of ArtistList class. The code was modified to call remove() methods of artists directly.

Summary of Changes for Release Notes

Fixed

Added

Changed

Removed

How Has This Been Tested?