hv_anndata.ManifoldMapConfig

class hv_anndata.ManifoldMapConfig

Configuration options for manifold map plotting.

Attributes

width

width of the plot (default: 300).

height

minimum height of the plot (default: 300) If responsive is True, this is the minimum height.

datashading

whether to apply datashader (default: True)

show_labels

whether to overlay labels at median positions (default: False)

cmap

colormap

title

plot title (default: "")

responsive

whether to make the plot size-responsive.

streams

list of streams to use for dynamic updates (default: [])

ls

Operation and plot options for the labeller

labeller_opts

legend_position

Bokeh legend position (default: "bottom_right")

legend_alpha

Legend background opacity (default: 0.6)

legend_font_size

Legend label font size (default: "8pt")

legend_ncols

Number of legend columns (default: 1)