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