ntqr.r2.plots

Plotting functions for binary tests (R=2).

Functions:

plot_evaluations

Misc variables:

Functions

prepare_accuracy_axes(axes, title)

_plot_evaluations(ax, evals[, title, legend_loc, ...])

compare_evaluations(evals, gt_index[, titles, ...])

plot_evaluations(evals[, title, figsize, legend_loc, ...])

Module Contents

ntqr.r2.plots.prepare_accuracy_axes(axes, title)
ntqr.r2.plots._plot_evaluations(ax, evals, title='Title', legend_loc='best', withArrows=False, classifier_labels=None, horizontalalignment='left')
ntqr.r2.plots.compare_evaluations(evals, gt_index, titles=[], figsize=(10, 5), legend_loc='best', withArrows=False, suptitle=None, classifier_labels=None)
ntqr.r2.plots.plot_evaluations(evals, title='Title', figsize=(5, 4), legend_loc='lower left', withArrows=False, classifier_labels=None)