grassp.pl.knn_violin# knn_violin(data, gt_col, pred_col, ax=None, **kwargs)[source]# Violin plot of KNN annotation. Parameters: data AnnDataAnnData object. gt_col strObservation column with ground-truth labels. pred_col strObservation column with predicted labels. ax Axes | None Return type: Axes