uadapy.plotting.utils module
- uadapy.plotting.utils.create_shaded_set2_colormap(alpha_values)
Create a custom colormap by varying alpha values for each Set2 color.
Parameters: - alpha_values: list or array of alpha values to apply to each Set2 color (e.g., [0.3, 0.6, 1]).
Returns: - A custom colormap with 8 Set2 colors, each with 3 alpha variations (total of 24 colors).
- uadapy.plotting.utils.generate_random_colors(n)
- uadapy.plotting.utils.generate_spectrum_colors(n)
- uadapy.plotting.utils.get_colors(n)