Divergent colormap with white near center

You don’t have to use a range, you could do a vector where zero is removed. For example levels = filter(!=(0), -10:10). Then you don’t need a larger white region in the colormap to hide the data.

1 Like