morphomapping.MM.create_base_plot

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 figure

  • fig_height (int) – height of figure

  • fig_title (str) – title of figure

  • label_x (str) – x-axis label

  • label_y (str) – y-axis label

  • range_x (list[float]) – range of x-axis

  • range_y (list[float]) – range of y-axis

  • tools_emb – tools that should be embedded

  • title_align (str) – position of title

Return type:

plot