[Wishlist/candidate for gallery?] Diverging colormap taking into account asymmetry of the data about vcenter #12449
Labels
Documentation
status: closed as inactive
Issues closed by the "Stale" Github Action. Please comment on any you think should still be open.
status: inactive
Marked by the “Stale” Github Action
I have been using a different approach to achieve what #12419 tries to address (
DivergingNorm
).The limitation of using something like
DivergingNorm
is that it doesn't allow for using color range proportional to the extent of the vmax, vmin w.r.t.vcenter
(please see the example below). I have been using the following hackish approach to get over this limitation. This approach also allows for using colorbar extensions with the ability to specify different colors fordata > vmax
and/ordata < vmin
[based on my understanding, this won't be possible ifDivergingNorm
is used].Would this be a useful addition to the gallery? Does it look like a functionality that I should think of adding to Matplotlib? (Also, please let me know if there is an easier way of achieving the same result).
The text was updated successfully, but these errors were encountered: