ntqr.r2.plots
=============

.. py:module:: ntqr.r2.plots

.. autoapi-nested-parse::

   Plotting functions for binary tests (R=2).

   Functions:
       plot_evaluations

   Misc variables:



Functions
---------

.. autoapisummary::

   ntqr.r2.plots.prepare_accuracy_axes
   ntqr.r2.plots._plot_evaluations
   ntqr.r2.plots.compare_evaluations
   ntqr.r2.plots.plot_evaluations


Module Contents
---------------

.. py:function:: prepare_accuracy_axes(axes, title)

.. py:function:: _plot_evaluations(ax, evals, title='Title', legend_loc='best', withArrows=False, classifier_labels=None, horizontalalignment='left')

.. py:function:: compare_evaluations(evals, gt_index, titles=[], figsize=(10, 5), legend_loc='best', withArrows=False, suptitle=None, classifier_labels=None)

.. py:function:: plot_evaluations(evals, title='Title', figsize=(5, 4), legend_loc='lower left', withArrows=False, classifier_labels=None)

