hv_anndata.ManifoldMap.create_plot

ManifoldMap.create_plot(*, dr_key, x_value, y_value, color_by, datashade_value, show_labels, cmap)

Create a manifold map plot with the specified parameters.

Parameters:
dr_key str

Dimensionality reduction key

x_value str

X-axis dimension label

y_value str

Y-axis dimension label

color_by str

Variable to use for coloring

datashade_value bool

Whether to enable datashading

show_labels bool

Whether to show labels

cmap list[str] | str

Colormap

Return type:

Element

Returns:

The plot or an error message