em_map_utils.demos.demo_filled_sphere

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

Functions

plot_filled_sphere(diameter, box_size, cent_coos, out_file)

Plot orthogonal projections of a filled sphere.

Module Contents

em_map_utils.demos.demo_filled_sphere.plot_filled_sphere(diameter, box_size, cent_coos, out_file)

Plot orthogonal projections of a filled sphere.

Parameters:
  • diameter – Diameter of the filled sphere.

  • box_size – Size of box representing 3D volume.

  • cent_coos – Centre coordinates of filled sphere.

  • out_file – Optional output file name to save png figure.

Returns:

No return value.

em_map_utils.demos.demo_filled_sphere.parser