Note
Go to the end to download the full example code.
plot colormap#
This example demonstrates how to plot a colormap
# sphinx_gallery_thumbnail_path = '_static/cigvis/colormap/01.png'
from cigvis import colormap
colormap.plot_cmap('Petrel', [-5, 5], save='cmap.png')