em_map_utils.demos.demo_filled_cylinder ======================================= .. py:module:: em_map_utils.demos.demo_filled_cylinder .. autoapi-nested-parse:: demo_filled_cylinder.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 sphere. Attributes ---------- .. autoapisummary:: em_map_utils.demos.demo_filled_cylinder.parser Functions --------- .. autoapisummary:: em_map_utils.demos.demo_filled_cylinder.plot_filled_cylinder Module Contents --------------- .. py:function:: plot_filled_cylinder(diameter, length, box_size, cent_coos, alignment_axis, out_file) Plot orthogonal projections of a filled cylinder. :param diameter: Diameter of the filled cylinder. :param length: Length of the filled cylinder. :param box_size: Size of box representing 3D volume. :param cent_coos: Centre coordinates of the filled cylinder. :param alignment_axis: Alignment axis of the filled cylinder. :param out_file: Optional output file name to save png figure. :return: No return value. .. py:data:: parser