neuro_morpho.logging.plots ========================== .. py:module:: neuro_morpho.logging.plots .. autoapi-nested-parse:: Plotting utilities for logging. Functions --------- .. autoapisummary:: neuro_morpho.logging.plots.plot_triplet Module Contents --------------- .. py:function:: plot_triplet(in_img: numpy.ndarray, lbl_img: numpy.ndarray, out_img: numpy.ndarray) -> matplotlib.pyplot.Figure Plot a triplet of images: input, predicted, and label. :param in_img: Input image. :type in_img: np.ndarray :param lbl_img: Label image. :type lbl_img: np.ndarray :param out_img: Predicted image. :type out_img: np.ndarray :returns: Figure containing the triplet plot. :rtype: plt.Figure