We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d5006b9 commit 051ab63Copy full SHA for 051ab63
sfs/plot2d.py
@@ -45,6 +45,9 @@ def _register_cmap_clip(name, original_name):
45
_register_cmap_clip('viridis_clip', 'viridis')
46
_register_cmap_clip('viridis_r_clip', 'viridis_r')
47
48
+_register_cmap_clip('RdBu_clip', 'RdBu')
49
+_register_cmap_clip('RdBu_r_clip', 'RdBu_r')
50
+
51
# The 'coolwarm' colormap is based on the paper
52
# "Diverging Color Maps for Scientific Visualization" by Kenneth Moreland
53
# https://www.kennethmoreland.com/color-maps/ColorMapsExpanded.pdf
0 commit comments