gplately.plot.get_spreading_rate_cmap

gplately.plot.get_spreading_rate_cmap()[source]

Return a matplotlib colormap object from the GMT spreading_full_rate.cpt file.

Use the Python code below to access the spreading_full_rate.cpt file.
from importlib.resources import files
cpt_file = files("gplately").joinpath("data", "spreading_full_rate.cpt")