Alternative to Matplotlib.colors.DivergingNorm

Viewed 2425

1 - What is the alternative to Matplotlib.colors.DivergingNorm that has been deprecated since Matplotlib 2.3.1?

2 - I still get AttributeError: module 'matplotlib.colors' has no attribute 'DivergingNorm', even though I am using Matplotlib version 2.2.4. Why?

Thank you!

1 Answers
Related