jjhelmus / nmrglue

A module for working with NMR data in Python
BSD 3-Clause "New" or "Revised" License
209 stars 86 forks source link

replace matplotlib deprecated axisbg with facecolor #93

Closed lifeishard closed 5 years ago

lifeishard commented 5 years ago

axisbg is deprecated since matplotlib 2.0.0 https://matplotlib.org/api/prev_api_changes/api_changes_2.0.0.html?highlight=axisbg

jjhelmus commented 5 years ago

Thanks for the fix.