SiLab-Bonn / beam_telescope_analysis

Beam Telescope Analysis (BTA) is a testbeam analysis software written in Python (and C++)
MIT License
5 stars 1 forks source link

ENH: Fix matplotlib deprecation warning on cmap.set_bad() #15

Closed cbespin closed 3 years ago

cbespin commented 3 years ago

Fix the MatplotlibDeprecationWarning when trying to call set_bad() on a color map (or any other modification). Tested with matplotlib 3.3.2

YannickDieter commented 3 years ago

Thanks!