voyagerpy.plotting.plot_features_histogram#
- voyagerpy.plotting.plot_features_histogram(adata: AnnData, features: str | Sequence[str], fill_by: str | None = None, figsize: Tuple[float, float] | None = None, ncol: int = 1, cmap: str | None = None, bins: int = 100, log: bool = True, stacked: bool = False, histtype: str = 'step', markers: None | str | Sequence[str] = None, show_symbol: bool = True, **hist_kwargs) ndarray[Any, dtype[Axes]]#