voyagerpy.plotting.plot_barcodes_bin2d#

voyagerpy.plotting.plot_barcodes_bin2d(adata: AnnData, *args, **kwargs) Axes#

Plot barcode features in a 2D histogram.

This is a wrapper around plot_bin2d().

Parameters:

adata (AnnData) – Annotated data matrix.

Returns:

The Axes drawn on.

Return type:

Axes

See also

plot_bin2d