ovrlpy.plot_tissue ================== .. py:function:: ovrlpy.plot_tissue(ovrlp, *, scalebar = SCALEBAR_PARAMS, ax = None, **kwargs) Plots the tissue colored by the UMAP embedding. :param ovrlp: :type ovrlp: ovrlpy.Ovrlp :param scalebar: If `None` no scalebar will be plotted. Otherwise a dictionary with additional kwargs for ``matplotlib_scalebar.scalebar.ScaleBar``. By default :py:attr:`ovrlpy.SCALEBAR_PARAMS` :type scalebar: dict[str, typing.Any] | None :param ax: Axis object to plot on. :type ax: matplotlib.axes.Axes | None :param kwargs: Keyword arguments for the matplotlib's scatter plot function.