src.plotting.task_plot_rapid_test_statistics

Module Contents

Functions

_create_rapid_test_plot_parametrization()

_create_spec(column, plot_single_runs, ylabel)

task_plot_rapid_test_statistics(depends_on, plot_single_runs, ylabel, produces)

_plot_df(df, column, color, label, ax, plot_single_runs)

_get_channel_color_and_label(col)

Attributes

RATES = ['true_positive_rate', 'false_positive_rate', 'true_negative_rate', 'false_negative_rate'][source]
_create_rapid_test_plot_parametrization()[source]
_create_spec(column, plot_single_runs, ylabel)[source]
_PARAMETRIZATION[source]
task_plot_rapid_test_statistics(depends_on, plot_single_runs, ylabel, produces)[source]
_plot_df(df, column, color, label, ax, plot_single_runs)[source]
_get_channel_color_and_label(col)[source]