pttools.analysis.colormap
Utilities for color maps
Functions
- pttools.analysis.colormap.cmap_lines(n, cmap=CMAP_DEFAULT)
- pttools.analysis.colormap.cmap_plusminus(min_level, max_level, diff_level, cmap_neg=CMAP_NEG_DEFAULT, cmap_pos=CMAP_POS_DEFAULT)
Colormap for Matplotlib heatmap plots with different color schemes for positive and negative values
- pttools.analysis.colormap.color_region(ax, x, y, region, color=REGION_COLOR_DEFAULT, alpha=1)
Set a region on a plot to a fixed color
- Parameters:
- Return type: