voyagerpy.plotting.plot_features_bin2d#

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

Plot gene features in a 2D histogram.

This is a wrapper around plot_bin2d().

Parameters:
  • adata (AnnData) – Annotated data matrix.

  • **kwargs (Any) – Keyword arguments passed to plot_bin2d().

Returns:

The Axes drawn on.

Return type:

Axes

See also

plot_bin2d