pycroscopy / sidpy

Python utilities for storing, processing, and visualizing spectroscopic and imaging data
https://pycroscopy.github.io/sidpy/
MIT License
11 stars 14 forks source link

Deprecation of legacy colorbar parameter #119

Open ramav87 opened 3 years ago

ramav87 commented 3 years ago

mpl.rcParams['mpl_toolkits.legacy_colorbar'] = False is deprecated in matplotlib 3.4 and will be defunct. It will need to be removed in the sidpy viz module.

rajgiriUW commented 1 year ago

This throws errors in current versions of matplotlib 3.7, I think (specifically I think 3.7 they finally deprecated this). So I think this would be good to remove from the viz module