sc_toolbox.plot.custom_plot_size#

sc_toolbox.plot.custom_plot_size(width, height, dpi)[source]#

Create a custom axis object of desired sizes.

Parameters:
  • width (int) – Desired plot width

  • height (int) – Desired plot height

  • dpi (int) – Desired plot DPI.

Returns: Axis of desired sizes