plot all custom cmaps#

This example demonstrates how to plot all custom cmaps

image
# sphinx_gallery_thumbnail_path = '_static/cigvis/colormap/02.png'

from cigvis import colormap

colormap.plot_all_custom_cmap([-5, 5], save='all_cmap.png', dpi=200)

Total running time of the script: (0 minutes 0.000 seconds)

Gallery generated by Sphinx-Gallery