Font list deprication warning
Recent versions of the matplotlib package issue the following warning
The createFontList function was deprecated in Matplotlib 3.2 and will be removed two minor releases later. Use FontManager.addfont instead.
font_list = font_manager.createFontList(font_files)