morphomapping.MM.create_base_plot#
- MM.create_base_plot(fig_width, fig_height, fig_title, label_x, label_y, range_x, range_y, tools_emb, title_align)#
Settings for plotting umap/densmap.
- Parameters:
fig_width (
int) – width of figurefig_height (
int) – height of figurefig_title (
str) – title of figurelabel_x (
str) – x-axis labellabel_y (
str) – y-axis labelrange_x (
list[float]) – range of x-axisrange_y (
list[float]) – range of y-axistools_emb – tools that should be embedded
title_align (
str) – position of title
- Return type:
plot