hv_anndata.ManifoldMapConfig¶
- class hv_anndata.ManifoldMapConfig¶
Configuration options for manifold map plotting.
Attributes
width of the plot (default: 300).
minimum height of the plot (default: 300) If responsive is True, this is the minimum height.
whether to apply datashader (default: True)
whether to overlay labels at median positions (default: False)
colormap
plot title (default: "")
whether to make the plot size-responsive.
list of streams to use for dynamic updates (default: [])
Operation and plot options for the labeller
Bokeh legend position (default: "bottom_right")
Legend background opacity (default: 0.6)
Legend label font size (default: "8pt")
Number of legend columns (default: 1)