em_map_utils.demos.demo_filled_cuboid

demo_filled_cuboid.py

Author:

Ardan Patwardhan

Affiliation:

EMBL-EBI, Wellcome Genome Campus, CB10 1SD, UK

Date:

30/07/2025

Description:

Plot orthogonal surface views of a filled cuboid.

Attributes

Functions

plot_filled_cuboid(lengths, box_size, cent_coos, out_file)

Plot orthogonal projections of a filled cuboid.

Module Contents

em_map_utils.demos.demo_filled_cuboid.plot_filled_cuboid(lengths, box_size, cent_coos, out_file)

Plot orthogonal projections of a filled cuboid.

Parameters:
  • lengths – 3 lengths of the sides of the cuboid.

  • box_size – 3 lengths of the box sides.

  • cent_coos – Centre coordinates of the cuboid.

  • out_file – Optional file to save the figure to.

Returns:

No return value.

em_map_utils.demos.demo_filled_cuboid.parser