sensortoolkit.plotting._plot_formatting.get_colormap_range
- get_colormap_range(df_list)[source]
Set default range for colormap based on number of sensors
The range is normalized to between zero and one (0.0, 1.0)
- Parameters
df_list (list) – Sensor datasets.
- Returns
Tuple of length 2 containing the lower and upper bounds for the normalized colormap range.
- Return type
cmap_range (tuple)