We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 953b7da commit 12cd24eCopy full SHA for 12cd24e
cmocean/cm.py
@@ -78,6 +78,7 @@ def _register_cmap(cmap, *, name):
78
79
# order shouldn't matter
80
cmap_d[cmapname + '_i_r'] = cmap_d[cmapname + '_r_i']
81
+ _register_cmap(reg_map_r_i, name=f'cmo.{cmapname}_i_r')
82
83
# make colormaps available to call
84
locals().update(cmap_d)
0 commit comments