alpinecolormap#
- alpinecolormap(apply=False)[source]#
This function generates a map based on ascending height. Based on data from Kazakhstan.
Test case:
sc.colormapdemo('alpine')
Usage example:
import sciris as sc import matplotlib.pyplot as plt plt.imshow(np.random.randn(20,20), interpolation='none', cmap=sc.alpinecolormap())
Version: 2014aug06