plot#

Utils module containing utilities for plotting.

Functions

create_colorbar_barchart_for_check(x, y[, ...])

Output a colorbar barchart using matplotlib.

shifted_color_map(cmap[, start, midpoint, ...])

Offset the "center" of a colormap.

hex_to_rgba(h, alpha)

Convert color value in hex format to rgba format with alpha transparency.