em_map_utils.demos.demo_filled_cuboid ===================================== .. py:module:: em_map_utils.demos.demo_filled_cuboid .. autoapi-nested-parse:: 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 ---------- .. autoapisummary:: em_map_utils.demos.demo_filled_cuboid.parser Functions --------- .. autoapisummary:: em_map_utils.demos.demo_filled_cuboid.plot_filled_cuboid Module Contents --------------- .. py:function:: plot_filled_cuboid(lengths, box_size, cent_coos, out_file) Plot orthogonal projections of a filled cuboid. :param lengths: 3 lengths of the sides of the cuboid. :param box_size: 3 lengths of the box sides. :param cent_coos: Centre coordinates of the cuboid. :param out_file: Optional file to save the figure to. :return: No return value. .. py:data:: parser