Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我在 matplotlib 中有一个表面密度图,我希望颜色条的比例为对数。
理想情况下,使用该LogNorm函数应该可以解决问题,但是有负值和空值,当值变为对数时会产生错误。 在这方面,我是否可以使用函数/方法来包含具有负值和空值的区域?
LogNorm
使用对称对数归一化或SymLogNorm绘制具有正值和负值的数据。查看此文档:Colormap Normalization。
SymLogNorm