shnitsel.clean.dispatch_plots¶
Functions¶
|
Call filtration-related plotting functions depending on arguments |
Module Contents¶
- dispatch_plots(filtranda, plot_thresholds, plot_populations)¶
Call filtration-related plotting functions depending on arguments
- Parameters:
filtranda – Data according to which to filter
plot_thresholds (bool | Sequence[float]) –
If
True, will plot usingcheck_thresholdswith
default quantiles - If a
Sequence, will plot usingcheck_thresholdswith specified quantiles - IfFalse, will not plot threshold plotplot_populations (bool | Literal['independent', 'intersections']) –
If
Trueor'intersections', will plot populations of
trajectories satisfying intersecting conditions - If
'independent', will plot populations of trajectories satisfying conditions taken independently - IfFalse, will not plot populations plot
- Raises:
ValueError – If
plot_populationsis an invalid value