em_map_utils.demos.demo_map_line_projections ============================================ .. py:module:: em_map_utils.demos.demo_map_line_projections .. autoapi-nested-parse:: demo_map_line_projections.py :Author: Ardan Patwardhan :Affiliation: EMBL-EBI, Wellcome Genome Campus, CB10 1SD, UK :Date: 04/08/2025 :Description: Plot line projections of a cuboid. Attributes ---------- .. autoapisummary:: em_map_utils.demos.demo_map_line_projections.parser Functions --------- .. autoapisummary:: em_map_utils.demos.demo_map_line_projections.plot_line_projections Module Contents --------------- .. py:function:: plot_line_projections(in_file, out_file, lengths, box_size) Plot line projections of an input file if provided otherwise of a cuboid. :param in_file: Optional input file. :param out_file: Optional output file to save plot. :param lengths: Lengths of the cuboid. :param box_size: Size of the box containing the cuboid. :return: No return value. .. py:data:: parser