1-自Matplotlib 2.3.1以来,Matplotlib.colors.DivergingNorm的alternative一直被废弃为?
2-尽管我使用的是Matplotlib版本2.2.4,但我仍然使用AttributeError: module 'matplotlib.colors' has no attribute 'DivergingNorm'。为什么?
谢谢!
发布于 2020-03-29 22:50:44
这并不能回答2.2.4的问题,但对于那些正在寻找当前(3.2.0)替代方案的人来说,它的用法和文档与3.1.0中的matplotlib.colors.DivergingNorm完全相同。
https://stackoverflow.com/questions/60919564
复制相似问题