em_map_utils.demos.demo_map_line_projections¶
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¶
Functions¶
|
Plot line projections of an input file if provided otherwise of a |
Module Contents¶
- em_map_utils.demos.demo_map_line_projections.plot_line_projections(in_file, out_file, lengths, box_size)¶
Plot line projections of an input file if provided otherwise of a cuboid.
- Parameters:
in_file – Optional input file.
out_file – Optional output file to save plot.
lengths – Lengths of the cuboid.
box_size – Size of the box containing the cuboid.
- Returns:
No return value.
- em_map_utils.demos.demo_map_line_projections.parser¶