ovrlpy.plot_umap ================ .. py:function:: ovrlpy.plot_umap(ovrlp, *, annotate = True, ax = None, **kwargs) Plots the UMAP embedding. :param ovrlp: :type ovrlp: ovrlpy.Ovrlp :param annotate: Whether to add cell-type annotation if it was calculated using `Ovrlp.fit_signatures`. :type annotate: bool :param ax: Axis object to plot on. :type ax: matplotlib.axes.Axes | None :param kwargs: Keyword arguments for :py:func:`matplotlib.pyplot.scatter`.